Update main.py

This commit is contained in:
Lyon 2021-10-04 11:00:35 +08:00 committed by GitHub
parent 269ce4122e
commit 9e1c2027be

View File

@ -12,4 +12,5 @@ while True:
time.sleep_ms(500)
readBuff = uart.read(2)
print('read 2 char:')
print(readBuff)
print(readBuff)