Skip to content

musicrizz/Arduino-Button_Ladder

Repository files navigation

Arduino Button Ladder

It is an utility class for Switches,
in this case are Push-Button.
With debouce sistem based on time that is configurable
Very simple to use :
You have to pass a method(int val) do you prefer to the constructor
The val parameter give you the value in voltage read by the analog input

ButtonLadder* butt_ladder = new ButtonLadder(PIN_LADDER, exploreVoltRange);

Check the example in the ButtonLadderExample folder

About

(For My Teaching Tutorial Blog) It is an Utility class to read a number of swirches (push button) using only one analog input. With debouce .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages