initial project structure

This commit is contained in:
Jonas_Jones 2022-08-30 22:51:07 +02:00
parent 7179e83fa2
commit bde52a6e9b
17 changed files with 104 additions and 13 deletions

1
arduino/README.md Normal file
View file

@ -0,0 +1 @@
# Arduno module

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:
}