initial firmware project creation

This commit is contained in:
Clemens-Dautermann 2022-02-05 16:44:23 +01:00 committed by Clemens-Dautermann
commit 7c3eaeffc4
13 changed files with 192 additions and 0 deletions

8
src/main.cpp Normal file
View file

@ -0,0 +1,8 @@
#include <Arduino.h>
void setup() {
// write your initialization code here
}
void loop() {
// write your code here
}