removed some debugging statements
parent
ca119f9815
commit
920a000304
|
@ -151,7 +151,6 @@ void runCommand1Arg(char command, uint8_t argument0){
|
|||
void runCommand2Arg(char command, uint8_t argument0, uint8_t argument1){
|
||||
switch (command) {
|
||||
case 'm': // set pin mode
|
||||
Serial.print(argument0);
|
||||
Serial.print(argument1);
|
||||
if (argument0 >= NUM_DIGITAL_PINS) Serial.print("e");
|
||||
else if ((char)argument1=='i') {
|
||||
|
|
Loading…
Reference in New Issue