Update README

Space-Invader
CalisJI 2024-08-23 09:32:59 +07:00
parent 34cdb971dd
commit 951fa4e64f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ ser.close()
### Receive Data
```C
```CPP
void loop() {
while (Serial.available() > 0) {
uint8_t byteReceived = Serial.read();