Expand description
GPIO access functions and commands for EndBASIC.
Structs§
- Gpio
Clear Command - The
GPIO_CLEARcommand. - Gpio
Read Function - The
GPIO_READfunction. - Gpio
Setup Command - The
GPIO_SETUPcommand. - Gpio
Write Command - The
GPIO_WRITEcommand. - Pin
- Pin identifier.
Enums§
- PinMode
- Pin configuration, which includes mode and bias.
Traits§
- Pins
- Generic abstraction over a GPIO chip to back all EndBASIC commands.
Functions§
- add_all
- Adds all symbols provided by this module to the given
machine.