Skip to content

Commit b11d0b3

Browse files
committed
Add basic sketch
1 parent ef21b62 commit b11d0b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Open_IOT_Basic/Open_IOT_Basic.ino

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Open IOT
2+
// Control/interface with you Electric Scooter
3+
4+
void setup() {
5+
// put your setup code here, to run once:
6+
7+
}
8+
9+
void loop() {
10+
// put your main code here, to run repeatedly:
11+
12+
}

0 commit comments

Comments
 (0)