just reformat the source...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
void setup() {
|
||||
void setup()
|
||||
{
|
||||
pinMode(LED_BUILTIN, OUTPUT);
|
||||
pinMode(PIN0, OUTPUT);
|
||||
|
||||
@@ -29,6 +30,7 @@ void setup() {
|
||||
digitalWrite(PIN0, HIGH);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
void loop()
|
||||
{
|
||||
delay(1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user