AbleButtons V0.2.0
Lightweight button library for Arduino.
 
Loading...
Searching...
No Matches
ButtonList.h File Reference

Definitions of the ButtonList templae class. More...

#include "Button.h"

Go to the source code of this file.

Classes

class  able::ButtonList< Button >
 Template for a list of buttons of the same type. More...
 

Detailed Description

Definitions of the ButtonList templae class.

The button list allows an array of buttons to be controlled via a single begin() and handle() pair of methods. Useful for programs that use multiple buttons.

Definition in file ButtonList.h.