#include <Encoders.hh>
Public Member Functions | |
| VarRangeEncoder (uint8_t *_var, int _max=127, int _min=0, const char *_name=NULL, int init=0) | |
Public Attributes | |
| uint8_t * | var |
Encoder class that updates a variable. The value of the encoder is written to the variable on each modification.
1.6.1