fix Serial messages
This commit is contained in:
parent
d5ef559072
commit
55238b846e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void digitalW(uint8_t val, int pin) {
|
|||
}
|
||||
|
||||
Serial.print(pin);
|
||||
Serial.print('::');
|
||||
Serial.print(' wrote ');
|
||||
Serial.println(val);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue