Configuration for a given GPIO. More...
Configuration for a given GPIO.
#include <gpio.h>
Public Member Functions | |
| Config () | |
Public Attributes | |
| Pin | pin |
| Mode | mode |
| Pull | pull |
| Speed | speed |
|
inline |
Constructor with no arguments will prepare an invalid GPIO set as an input, with no pullup.
| Mode daisy::GPIO::Config::mode |
| Pin daisy::GPIO::Config::pin |
| Pull daisy::GPIO::Config::pull |
| Speed daisy::GPIO::Config::speed |