daisy::GPIO::Config¶
Configuration for a given GPIO.
#include <gpio.h>
Public Functions¶
Name | |
---|---|
Config() |
Public Attributes¶
Name | |
---|---|
Pin | pin |
Mode | mode |
Pull | pull |
Speed | speed |
Public Functions Documentation¶
function Config¶
Constructor with no arguments will prepare an invalid GPIO set as an input, with no pullup.
Public Attributes Documentation¶
variable pin¶
variable mode¶
variable pull¶
variable speed¶
Updated on 2024-01-03 at 19:41:01 +0000