Module gpio
Expand description
Provides consistent GPIO access.
§Note
This API does not currently provide a way of using the same GPIO pin as an input and an output alternatively. If you have a use case for this, especially if this is not regarding bit-banging, please open an issue on our repository.
Modules§
- Input-specific types.
- Output-specific types.
Structs§
- A GPIO input.
- IntEnabled
Input external-interrupts
A GPIO input that supports external interrupts. - A GPIO output.
Enums§
- Drive strength of an output.
- Digital level of an input or output.
- Pull-up/pull-down resistor configuration.
- Speed setting of an output.