This commit is contained in:
xyj 2023-12-26 17:13:04 +08:00
parent 96a9384e29
commit e2e202da6b
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ while True:
print("熄灭")
led.value = 0 # 输出低电平熄灭板载LED蓝灯
print("点亮")
time.sleep(5)
time.sleep(20)
led.value = 1 # 输出高电平点亮板载LED蓝灯