Module gpio_handler

Source
Expand description

Contains management of GPIO pins

Modules§

tests

Structs§

GpioHandler
Contains the configuration and the implementation for the GPIO handler.

Enums§

GpioHandlerError
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.

Type Aliases§

Gpio