Update main.py

This commit is contained in:
Lyon 2021-10-04 10:59:18 +08:00 committed by GitHub
parent b31ce8ff6d
commit 70ff870d60

View File

@ -12,4 +12,5 @@ while True:
val = adc1.read()
print('adc1 value:')
print(val)
time.sleep_ms(500)
time.sleep_ms(500)