adds readme and arduino sketch
This commit is contained in:
parent
8e8fc266ea
commit
0e8ad3a5db
2 changed files with 11 additions and 0 deletions
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Bomb? Project
|
||||||
|
|
9
main/main.ino
Normal file
9
main/main.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…
Reference in a new issue