software:firmware
MakAir Firmware
|
Analog buttons related functions. More...
Go to the source code of this file.
Functions | |
void | initKeyboard () |
Initialize keyboard abstraction. More... | |
void | keyboardLoop () |
Handle button events. More... | |
void | calibrateButtons () |
Helper to calibrate analog values of buttons. More... | |
Analog buttons related functions.
This relies on the Analog Buttons library (https://github.com/rlogiacco/AnalogButtons).
Definition in file keyboard.h.
void calibrateButtons | ( | ) |
void initKeyboard | ( | ) |
Initialize keyboard abstraction.
Definition at line 78 of file keyboard.cpp.
void keyboardLoop | ( | ) |
Handle button events.
Definition at line 223 of file keyboard.cpp.