lib Modulove
Library for building custom scripts for Modulove modules.
Loading...
Searching...
No Matches
Classes | Macros | Variables
button.h File Reference

Class for interacting with trigger / gate inputs. More...

#include <Arduino.h>
Include dependency graph for button.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  modulove::Button
 

Variables

const uint8_t modulove::DEBOUNCE_MS = 10
 

Detailed Description

Class for interacting with trigger / gate inputs.

Author
Adam Wonak (https://github.com/awonak)
Version
0.1
Date
2024-06-28

Provide methods to convey curent state (HIGH / LOW) and change in state (disengaged, engageing, engaged, disengaging).