more arduino-like code

This commit is contained in:
Shannon Sterz 2016-01-30 19:06:14 +01:00
parent 94892e43a9
commit 00af61dcff

View file

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