Add project template

This commit is contained in:
Patrick Schwarz 2020-12-27 16:56:51 +01:00
parent be5b8b07c9
commit d6db74c21d
8 changed files with 132 additions and 0 deletions

9
src/main.cpp Normal file
View file

@ -0,0 +1,9 @@
#include <Arduino.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}