adds readme and arduino sketch

This commit is contained in:
Marcel 2024-05-15 10:40:32 +02:00
parent 8e8fc266ea
commit 0e8ad3a5db
2 changed files with 11 additions and 0 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# Bomb? Project

9
main/main.ino Normal file
View 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:
}