|
C++ DevKit
C++ set of OOP library
|
#include "device/switch_button/switch_button.h"

Go to the source code of this file.
Classes | |
| class | RotaryEncoder |
| The RotaryEncoder is a device used to control a value the can be incremented/decremented by the user. It can be associated with UIControlledIncrementalValue. More... | |
Typedefs | |
| typedef void(* | control_event_processor_t) (UIControlEvent event) |
| this is a function pointer used as rotary encoder constructor paramater | |