From 0e8ad3a5db705037239e7ba981bffdea0cbcae99 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 15 May 2024 10:40:32 +0200 Subject: [PATCH] adds readme and arduino sketch --- README.md | 2 ++ main/main.ino | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 main/main.ino diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e97aa7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Bomb? Project + diff --git a/main/main.ino b/main/main.ino new file mode 100644 index 0000000..95c2b6e --- /dev/null +++ b/main/main.ino @@ -0,0 +1,9 @@ +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}