stm32f103
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Button Class Reference

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

PinGetPin ()
 
GPIOGetGpio ()
 

Detailed Description

Implements button-related features.

Constructor & Destructor Documentation

Button::Button ( const Config config)
explicit

Constructor for button.

Parameters
configButton configuration

Member Function Documentation

GPIO* Button::GetGpio ( )
inlineprotected
Returns
GPIO object underlying the button
Pin* Button::GetPin ( )
inlineprotected
Returns
Pinout of button
bool Button::Read ( )
Returns
State of button

The documentation for this class was generated from the following file: