Built with by C272.
This site is not affiliated, associated, authorized, or endorsed by the BBC or Lancaster University.
This page is currently a stub. You can help make this page complete by contributing to this documentation's Github repository.
Available pullup/pulldown configurations of a pin.
enum class PullMode : uint8_t { None = 0, Down, Up };