Expand description
Contains management of GPIO pins
Modules§
Structs§
- Gpio
Handler - Contains the configuration and the implementation for the GPIO handler.
Enums§
- Gpio
Handler Error - Contains error definition for GpioHandler
Constants§
- GPIO_
MAX - Maximum permissible GPIO value. The configuration is checked against this value.
- GPIO_
MIN - Minimum permissible GPIO value. The configuration is checked against this value.