initial firmware project creation
This commit is contained in:
commit
7c3eaeffc4
13 changed files with 192 additions and 0 deletions
8
src/main.cpp
Normal file
8
src/main.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <Arduino.h>
|
||||
void setup() {
|
||||
// write your initialization code here
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// write your code here
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue