stm32f103
|
Implements button-related features. More...
#include <button.h>
Classes | |
struct | Config |
Configuration for button. More... | |
Public Member Functions | |
Button (const Config &config) | |
Constructor for button. More... | |
bool | Read () |
Protected Member Functions | |
Pin * | GetPin () |
GPIO * | GetGpio () |
Implements button-related features.
|
explicit |
Constructor for button.
config | Button configuration |
|
inlineprotected |
bool Button::Read | ( | ) |