mirror of
https://github.com/brmlab/ratbox.git
synced 2025-06-07 17:34:07 +02:00
PotkanSkinner: Output raw bytes instead of encoded numbers
This commit is contained in:
parent
866a64eb29
commit
16a3d96818
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if (digitalRead(6) == true) i = i + 8;
|
|||
if (digitalRead(7) == true) i = i + 16;
|
||||
if (digitalRead(8) == true) i = i + 32;
|
||||
|
||||
Serial.print(i, BIN);
|
||||
Serial.write(i);
|
||||
}
|
||||
|
||||
void loop_ro()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue