TG Telegram Group & Channel
Micropython & IOT | United States America (US)
Create: Update:

اسکریپت Lua برای سنسور PIR

PIRpin = 1
LEDpin = 4

gpio.mode(PIRpin, gpio.INPUT)
gpio.mode(LEDpin, gpio.OUTPUT)

while true do
gpio.write(LEDpin, gpio.read(PIRpin))
tmr.delay(10000)
end

🆔 @micropython_iot

اسکریپت Lua برای سنسور PIR

PIRpin = 1
LEDpin = 4

gpio.mode(PIRpin, gpio.INPUT)
gpio.mode(LEDpin, gpio.OUTPUT)

while true do
gpio.write(LEDpin, gpio.read(PIRpin))
tmr.delay(10000)
end

🆔 @micropython_iot


>>Click here to continue<<

Micropython & IOT




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)