start of v0.2

This commit is contained in:
Jonas_Jones 2022-06-20 20:44:10 +02:00
parent 03ae07d762
commit 9e84f79584
5 changed files with 75 additions and 441 deletions

9
arduino/arduino.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:
}