File tree Expand file tree Collapse file tree 11 files changed +14
-15
lines changed Expand file tree Collapse file tree 11 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 14
14
This example code is in the public domain.
15
15
*/
16
16
17
- #include < ArduinoBLE .h>
17
+ #include < STM32duinoBLE .h>
18
18
19
19
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
20
20
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 13
13
This example code is in the public domain.
14
14
*/
15
15
16
- #include < ArduinoBLE .h>
16
+ #include < STM32duinoBLE .h>
17
17
18
18
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
19
19
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 10
10
This example code is in the public domain.
11
11
*/
12
12
13
- #include < ArduinoBLE .h>
13
+ #include < STM32duinoBLE .h>
14
14
15
15
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
16
16
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 12
12
This example code is in the public domain.
13
13
*/
14
14
15
- #include < ArduinoBLE .h>
15
+ #include < STM32duinoBLE .h>
16
16
17
17
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
18
18
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 14
14
This example code is in the public domain.
15
15
*/
16
16
17
- #include < ArduinoBLE .h>
17
+ #include < STM32duinoBLE .h>
18
18
19
19
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
20
20
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 15
15
This example code is in the public domain.
16
16
*/
17
17
18
- #include < ArduinoBLE .h>
18
+ #include < STM32duinoBLE .h>
19
19
20
20
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
21
21
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 15
15
This example code is in the public domain.
16
16
*/
17
17
18
- #include < ArduinoBLE .h>
18
+ #include < STM32duinoBLE .h>
19
19
20
20
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
21
21
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 13
13
14
14
This example code is in the public domain.
15
15
*/
16
- #include < ArduinoBLE .h>
16
+ #include < STM32duinoBLE .h>
17
17
18
18
#if defined(ARDUINO_STEVAL_MKSBOX1V1)
19
19
/* STEVAL-MKSBOX1V1 */
Original file line number Diff line number Diff line change 1
1
#######################################
2
- # Syntax Coloring Map For ArduinoBLE
2
+ # Syntax Coloring Map For STM32duinoBLE
3
3
#######################################
4
4
5
5
#######################################
6
6
# Datatypes (KEYWORD1)
7
7
#######################################
8
8
9
- ArduinoBLE KEYWORD1
10
- BLE KEYWORD1
9
+ STM32duinoBLE KEYWORD1
11
10
12
11
BLEDevice KEYWORD1
13
12
BLECharacteristic KEYWORD1
Original file line number Diff line number Diff line change 1
1
name =STM32duinoBLE
2
- version =1.1.2
2
+ version =1.2.0
3
3
author =Arduino, SRA
4
4
maintainer =stm32duino
5
5
sentence =Fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules.
6
6
paragraph =This library supports creating a BLE peripheral and BLE central mode.
7
7
category =Communication
8
8
url =https://github.com/stm32duino/STM32duinoBLE
9
9
architectures =stm32
10
- includes =ArduinoBLE .h
10
+ includes =STM32duinoBLE .h
You can’t perform that action at this time.
0 commit comments