This commit is contained in:
xyj 2023-12-26 17:21:16 +08:00
parent 64a18f9ebe
commit 1db3c8b19c
2 changed files with 0 additions and 2 deletions

View File

@ -14,5 +14,4 @@ if __name__ == '__main__':
led.direction = Direction.OUTPUT # IO为输出
led.value = 0 #输出低电平熄灭板载LED蓝灯
except Exception as e:
print(e)
pass

View File

@ -15,5 +15,4 @@ if __name__ == '__main__':
led.direction = Direction.OUTPUT # IO为输出
led.value = 1 # 输出高电平点亮板载LED蓝灯
except Exception as e:
print(e)
pass