-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arduino device (esp8266) Add events to PushButton #132
Comments
Since you're using an ESP8266, you might want to try the MicroBlocks WebThings library -- easier to use than the Arduino library and the pressed events work fine. There are examples in the MicroBlocks IDE that work "right out of the box", including a pushbutton example. See: http://microblocks.fun/ and http://microblocks.fun/iot.html If you need any help, I'm on the chat channel and forum too. |
Thank you for your message. I have prepared various settings such as network address etc. and its running. |
Why can you not adapt the LEDLamp example? |
My knowledge is not enough. |
Hello, please excuse my bad English. I also need help with "PressedEvent". Unfortunately, in the examples "Update LEDLamp example to use actions & events. (# 101)" I cannot find any instructions on "Events". I cannot correctly adapt the "Event" "Overheated" in the example "LEDLamp" to a "pressedEvent". I'm trying a "flip-flop implementation" like in "# 694". Do you have an example for me to learn more?
The text was updated successfully, but these errors were encountered: