update
This commit is contained in:
parent
2e33b491ac
commit
173e26b118
|
@ -16,3 +16,4 @@ while True:
|
||||||
time.sleep(20)
|
time.sleep(20)
|
||||||
led.value = 1 # 输出高电平,点亮板载LED蓝灯
|
led.value = 1 # 输出高电平,点亮板载LED蓝灯
|
||||||
print("点亮")
|
print("点亮")
|
||||||
|
time.sleep(20)
|
||||||
|
|
Loading…
Reference in New Issue