Add project template
This commit is contained in:
parent
be5b8b07c9
commit
d6db74c21d
8 changed files with 132 additions and 0 deletions
9
src/main.cpp
Normal file
9
src/main.cpp
Normal 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:
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue