News

There is several classes: Button () is the class that listen to the serail port. ButtonEvent () call a callback function each time a button is pressed or released. ButtonEventRecorder () and ...
The idea is to combine the capacities of an Arduino Micro with those of a NodeMCU 8266 for building a programmable button box. Here is what we take from the two worlds: A simple web interface let the ...
I was bored over winter break and had these parts laying around... so I built her a "Button Box" based around an Arduino. Open source, hackable, and made by hand.
When the Arduino code sees the button getting pressed, it brings the corresponding LED pin high and starts a fade out timer using the SoftPWM library by [Brett Hagman].