lib Modulove
Library for building custom scripts for Modulove modules.
|
Class for interacting with trigger / gate inputs. More...
#include <Arduino.h>
Go to the source code of this file.
Classes | |
class | modulove::Button |
Variables | |
const uint8_t | modulove::DEBOUNCE_MS = 10 |
Class for interacting with trigger / gate inputs.
Provide methods to convey curent state (HIGH / LOW) and change in state (disengaged, engageing, engaged, disengaging).