![]() |
Bare Metal Programming Tool Kit
|
interface for configuring a pull-up pin More...
#include <pins.h>
Public Types | |
| enum | { features = has_pullup } |
| this type has a configurable pull-up | |
Static Public Member Functions | |
| static void | pullup_enable () |
| enable the pullup | |
| static void | pullup_disable () |
| disable the pullup | |
interface for configuring a pull-up pin
This is the mix-in interface for a pin that can have a configurable (weak) pull-up.
This class is to be used as mix-in parent class for classes that provide the pin_in_out interface.
1.8.2