Expand description
GPIO access functions and commands for EndBASIC.
Structs§
- Gpio
Clear Command - The
GPIO_CLEAR
command. - Gpio
Read Function - The
GPIO_READ
function. - Gpio
Setup Command - The
GPIO_SETUP
command. - Gpio
Write Command - The
GPIO_WRITE
command. - 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
.