Apply default code formatting
This commit is contained in:
parent
54dc566473
commit
641f8813fa
10
src/main.cpp
10
src/main.cpp
@ -1,9 +1,11 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
void setup() {
|
void setup()
|
||||||
// put your setup code here, to run once:
|
{
|
||||||
|
// put your setup code here, to run once:
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop()
|
||||||
// put your main code here, to run repeatedly:
|
{
|
||||||
|
// put your main code here, to run repeatedly:
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user