more arduino-like code

This commit is contained in:
Stefan Sterz 2016-01-30 19:06:14 +01:00
parent 94892e43a9
commit 00af61dcff
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void decodeMessage() {
} else if(cmd == 90) {
com = true;
setMode(0, pin);
setMode(OUTPUT, pin);
digitalWrite(pin, HIGH);
Serial.println("Ready!");