mirror of
https://gitlab.com/lander-team/static-load-test-code.git
synced 2025-08-02 03:21:25 +00:00
init commit
This commit is contained in:
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:
|
||||
}
|
Reference in New Issue
Block a user