[][src]Module ruspiro_gpio::pin

Definition of GPIO Pins

Implementation of a GPIO Pin and its functions. The purpose and current state of each pin is encapsulated with a zero-sizes-type generics argument to ensure compile time safety when using a pin that has specific requirements

Structs

Pin

Representation of a GPIO pin that can have specific features. Those features are described with generic arguments to define the pin e.g. as an output pin with disabled PullUp/Down.