Pin

This page is currently a stub. You can help make this page complete by contributing to this documentation's Github repository.

Enumerations

PullMode

Available pullup/pulldown configurations of a pin.

enum class PullMode : uint8_t
{
    None = 0,
    Down,
    Up
};