diff --git a/examples/Central/LedControl/LedControl.ino b/examples/Central/LedControl/LedControl.ino index a3115f53..bc1e963c 100644 --- a/examples/Central/LedControl/LedControl.ino +++ b/examples/Central/LedControl/LedControl.ino @@ -14,7 +14,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Central/PeripheralExplorer/PeripheralExplorer.ino b/examples/Central/PeripheralExplorer/PeripheralExplorer.ino index 82e1cc60..83fb396a 100644 --- a/examples/Central/PeripheralExplorer/PeripheralExplorer.ino +++ b/examples/Central/PeripheralExplorer/PeripheralExplorer.ino @@ -13,7 +13,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Central/Scan/Scan.ino b/examples/Central/Scan/Scan.ino index 74ce1a71..0d2377a8 100644 --- a/examples/Central/Scan/Scan.ino +++ b/examples/Central/Scan/Scan.ino @@ -10,7 +10,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Central/ScanCallback/ScanCallback.ino b/examples/Central/ScanCallback/ScanCallback.ino index 3c927140..104591a7 100644 --- a/examples/Central/ScanCallback/ScanCallback.ino +++ b/examples/Central/ScanCallback/ScanCallback.ino @@ -12,7 +12,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Central/SensorTagButton/SensorTagButton.ino b/examples/Central/SensorTagButton/SensorTagButton.ino index b17f0766..b557adaa 100644 --- a/examples/Central/SensorTagButton/SensorTagButton.ino +++ b/examples/Central/SensorTagButton/SensorTagButton.ino @@ -14,7 +14,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Peripheral/ButtonLED/ButtonLED.ino b/examples/Peripheral/ButtonLED/ButtonLED.ino index 0e93f03b..99417d68 100644 --- a/examples/Peripheral/ButtonLED/ButtonLED.ino +++ b/examples/Peripheral/ButtonLED/ButtonLED.ino @@ -15,7 +15,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Peripheral/CallbackLED/CallbackLED.ino b/examples/Peripheral/CallbackLED/CallbackLED.ino index 24929e5e..7a28a4ed 100644 --- a/examples/Peripheral/CallbackLED/CallbackLED.ino +++ b/examples/Peripheral/CallbackLED/CallbackLED.ino @@ -15,7 +15,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/examples/Peripheral/LED/LED.ino b/examples/Peripheral/LED/LED.ino index c1a1ed58..422796fa 100644 --- a/examples/Peripheral/LED/LED.ino +++ b/examples/Peripheral/LED/LED.ino @@ -13,7 +13,7 @@ This example code is in the public domain. */ -#include +#include #if defined(ARDUINO_STEVAL_MKSBOX1V1) /* STEVAL-MKSBOX1V1 */ diff --git a/keywords.txt b/keywords.txt index e7f1b228..9214671b 100644 --- a/keywords.txt +++ b/keywords.txt @@ -1,13 +1,12 @@ ####################################### -# Syntax Coloring Map For ArduinoBLE +# Syntax Coloring Map For STM32duinoBLE ####################################### ####################################### # Datatypes (KEYWORD1) ####################################### -ArduinoBLE KEYWORD1 -BLE KEYWORD1 +STM32duinoBLE KEYWORD1 BLEDevice KEYWORD1 BLECharacteristic KEYWORD1 diff --git a/library.properties b/library.properties index b1eaf241..909871e2 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duinoBLE -version=1.1.2 +version=1.2.0 author=Arduino, SRA maintainer=stm32duino sentence=Fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules. @@ -7,4 +7,4 @@ paragraph=This library supports creating a BLE peripheral and BLE central mode. category=Communication url=https://github.com/stm32duino/STM32duinoBLE architectures=stm32 -includes=ArduinoBLE.h +includes=STM32duinoBLE.h diff --git a/src/ArduinoBLE.h b/src/STM32duinoBLE.h similarity index 94% rename from src/ArduinoBLE.h rename to src/STM32duinoBLE.h index 41c11111..b5fa9b54 100644 --- a/src/ArduinoBLE.h +++ b/src/STM32duinoBLE.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _ARDUINO_BLE_H_ -#define _ARDUINO_BLE_H_ +#ifndef _STM32DUINO_BLE_H_ +#define _STM32DUINO_BLE_H_ #include "local/BLELocalDevice.h" #include "BLEProperty.h"