Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README and library properties for STM32duinoBLE
  • Loading branch information
cparata committed Sep 20, 2019
commit 137c8300d0cc4c07765c0fc68d3b9e8806299331
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# ArduinoBLE
# STM32duinoBLE

[![Build Status](https://travis-ci.org/arduino-libraries/ArduinoBLE.svg?branch=master)](https://travis-ci.org/arduino-libraries/ArduinoBLE)
This library is a fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.

Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
You can find the official Pull Request at the following link:

This library supports creating a BLE peripheral and BLE central mode.
https://github.com/arduino-libraries/ArduinoBLE/pull/26

For the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, and Arduino Nano 33 IoT boards, it requires the NINA module to be running [Arduino NINA-W102 firmware](https://github.com/arduino/nina-fw) v1.2.0 or later.


For more information about this library please visit us at:
https://www.arduino.cc/en/Reference/ArduinoBLE
For more information about ArduinoBLE library please visit the official web page at:
https://github.com/arduino-libraries/ArduinoBLE

## License

Expand Down
10 changes: 5 additions & 5 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=ArduinoBLE
name=STM32duinoBLE
version=1.1.1
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables BLE connectivity on the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev.2, Arduino Nano 33 IoT, and Arduino Nano 33 BLE.
author=Arduino, SRA
maintainer=stm32duino
sentence=Fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.
paragraph=This library supports creating a BLE peripheral and BLE central mode.
category=Communication
url=https://www.arduino.cc/en/Reference/ArduinoBLE
url=https://github.com/stm32duino/STM32duinoBLE
architectures=samd,megaavr,mbed,stm32
includes=ArduinoBLE.h
4 changes: 2 additions & 2 deletions src/utility/HCISpiTransport.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the ArduinoBLE library.
Copyright (c) 2018 Arduino SA. All rights reserved.
This file is part of the STM32duinoBLE library.
Copyright (c) 2019 STMicroelectronics. All rights reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down
4 changes: 2 additions & 2 deletions src/utility/HCISpiTransport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the ArduinoBLE library.
Copyright (c) 2018 Arduino SA. All rights reserved.
This file is part of the STM32duinoBLE library.
Copyright (c) 2019 STMicroelectronics. All rights reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand Down