initial commit
This commit is contained in:
commit
62cab61fbb
2 changed files with 18 additions and 0 deletions
9
boardr3/boardr3.ino
Normal file
9
boardr3/boardr3.ino
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
void setup() {
|
||||||
|
// put your setup code here, to run once:
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void loop() {
|
||||||
|
// put your main code here, to run repeatedly:
|
||||||
|
|
||||||
|
}
|
9
waterishos-gen2-mesh/waterishos-gen2-mesh.ino
Normal file
9
waterishos-gen2-mesh/waterishos-gen2-mesh.ino
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
void setup() {
|
||||||
|
// put your setup code here, to run once:
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void loop() {
|
||||||
|
// put your main code here, to run repeatedly:
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue