Update README

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

View File

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