more arduino-like code
This commit is contained in:
parent
94892e43a9
commit
00af61dcff
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void decodeMessage() {
|
|||
} else if(cmd == 90) {
|
||||
|
||||
com = true;
|
||||
setMode(0, pin);
|
||||
setMode(OUTPUT, pin);
|
||||
digitalWrite(pin, HIGH);
|
||||
Serial.println("Ready!");
|
||||
|
||||
|
|
Reference in a new issue