Skip to content

Commit 34756bd

Browse files
author
Owen L - SFE
committed
Create Example8_BLESingleCharacteristic.ino
1 parent 7919cb9 commit 34756bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
void setup() {
2+
// put your setup code here, to run once:
3+
4+
}
5+
6+
void loop() {
7+
// put your main code here, to run repeatedly:
8+
9+
}

0 commit comments

Comments
 (0)