Skip to content

Commit ff266fe

Browse files
committed
Add comment about generic BLE central apps in all example sketches
1 parent 46502f6 commit ff266fe

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

examples/Peripheral/BatteryMonitor/BatteryMonitor.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
The circuit:
88
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
99
10+
You can use a generic BLE central app, like LightBlue (iOS and Android) or
11+
nRF Connect (Android), to interact with the services and characteristics
12+
created in this sketch.
13+
1014
This example code is in the public domain.
1115
*/
1216

examples/Peripheral/ButtonLED/ButtonLED.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
1010
- Button connected to pin 4
1111
12+
You can use a generic BLE central app, like LightBlue (iOS and Android) or
13+
nRF Connect (Android), to interact with the services and characteristics
14+
created in this sketch.
15+
1216
This example code is in the public domain.
1317
*/
1418

examples/Peripheral/CallbackLED/CallbackLED.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
The circuit:
99
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
1010
11+
You can use a generic BLE central app, like LightBlue (iOS and Android) or
12+
nRF Connect (Android), to interact with the services and characteristics
13+
created in this sketch.
14+
1115
This example code is in the public domain.
1216
*/
1317

examples/Peripheral/LED/LED.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
The circuit:
88
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
99
10+
You can use a generic BLE central app, like LightBlue (iOS and Android) or
11+
nRF Connect (Android), to interact with the services and characteristics
12+
created in this sketch.
13+
1014
This example code is in the public domain.
1115
*/
1216

0 commit comments

Comments
 (0)