update
This commit is contained in:
parent
96a9384e29
commit
e2e202da6b
|
@ -14,5 +14,5 @@ while True:
|
||||||
print("熄灭")
|
print("熄灭")
|
||||||
led.value = 0 # 输出低电平,熄灭板载LED蓝灯
|
led.value = 0 # 输出低电平,熄灭板载LED蓝灯
|
||||||
print("点亮")
|
print("点亮")
|
||||||
time.sleep(5)
|
time.sleep(20)
|
||||||
led.value = 1 # 输出高电平,点亮板载LED蓝灯
|
led.value = 1 # 输出高电平,点亮板载LED蓝灯
|
||||||
|
|
Loading…
Reference in New Issue