avdweb_Switch
avdweb_Switch copied to clipboard
Switch library with longPress and doubleClick
Is it possible use this library with expander PCF8574 or similar I2C?
These all look quite straightforward to fix. Without having read the code too closely, I'm a little concerned about the comparison between signed and unsigned types as that's often a...
error: 'constexpr' needed for in-class initialization of static data member 'void* Switch::_beepAllCallbackParam' of non-integral type [-fpermissive] static void* _beepAllCallbackParam = nullptr; // can be used by all objects
Environment created from scratch. USB pen on Windows 10. **arduino-1.8.12** extracted from zip download. Create portable folder in arduino.exe folder. Add _https://arduino.esp8266.com/stable/package_esp8266com_index.json_ to preferences. Install **ESP8266 Community v 2.6.3**. Extract...
LICENSE.md indicates that this library is licensed under an MIT License. README.md and the headers of the actual code files indicate that this library is licensed under a GPL v3...
Need to restore the operation of the `process()` function to its original intended feature. This is a long requested item from many contributors and users.
There have been several nice features added to https://github.com/EleotleCram/avdweb_uSwitch We need to study them and incorporate into this main library. Of course mentioning the credits to original creator in the...
We need to study the library https://github.com/chlebow/avdweb_Switch_mch/ And add the contributions back to main library. Of course giving credit to the creator in the copyright notice.