modified: spi_test.ino

second
YUNLEI 2022-08-31 16:59:56 +08:00
parent 83b1342093
commit 2f8d9f1f01
1 changed files with 1 additions and 2 deletions

View File

@ -36,6 +36,5 @@ void SerialRe(){
for(uint8_t temp:buffer){
Serial.printf("%02X ",temp);
}
}
}
}