Skip to content

Commit 50472fb

Browse files
committed
Changing sketch to start with "false", as this is the default value after initialising the GPIOs.
1 parent 804d549 commit 50472fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tools/Control-DIOx/Control-DIOx.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void loop()
101101
{
102102
prev_dio_toogle = now;
103103

104-
static bool dio_val = true;
104+
static bool dio_val = false;
105105

106106
Serial.print("DIO A0 = ");
107107
Serial.println(dio_val);

0 commit comments

Comments
 (0)