Rename Examples/PiGateway/PiGateway.ino to Examples/PiGateway_Basic/PiGateway_Basic.ino
This commit is contained in:
parent
1d3489b78d
commit
7ff9cb6015
|
|
@ -175,4 +175,4 @@ void Blink(byte PIN, int DELAY_MS)
|
|||
digitalWrite(PIN,HIGH);
|
||||
delay(DELAY_MS);
|
||||
digitalWrite(PIN,LOW);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue