Skip to content

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

inline Config()

Constructor with no arguments will prepare an invalid GPIO set as an input, with no pullup.


Public Attributes Documentation

variable pin

Pin pin;

variable mode

Mode mode;

variable pull

Pull pull;

variable speed

Speed speed;

Updated on 2024-01-03 at 19:41:01 +0000