Packet Tracer – SBC Actuate With Python Topology

preview_player
Показать описание
Guide on How to do the Packet Tracer – SBC Actuate With Python Topology

Source-code:
while True:
motion_sensor = digitalRead(9)
if motion_sensor == HIGH:
print('Motion Detected')
print('Turning On the Coffee Maker')
customWrite(1,1)
customWrite(2,2)
delay(6000)
print('Coffee Ready')
customWrite(1,0)
customWrite(2,0)
delay(600)
Рекомендации по теме
Комментарии
Автор

it dont work bud. Keep practicing, youll get it

jacobbristow