timer 1000, [blink]
button "off", [gooff]
wait
[gooff]
end
[blink]
for i = 0 to 3
io(po, i, 1)
delay 1000
io(po, i, 0)
next i
wait
Have fun
Luc
Explore... Chat... Share...
Moderator: Mmiscool
timer 1000, [blink]
button "off", [gooff]
wait
[gooff]
end
[blink]
for i = 0 to 3
io(po, i, 1)
delay 1000
io(po, i, 0)
next i
wait
btn = io(pi,rx)
if btn = 0 then goto [BtnLow]
interrupt rx, [change]
GPIO1RESET():
Restore the normal behaviour of the serial port TX pin.
gpio1reset()
This is useful when the pin GPIO1 has been modified with commands like
po 1 0
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]