Module gpio

Source
Expand description

GPIO access functions and commands for EndBASIC.

Structs§

GpioClearCommand
The GPIO_CLEAR command.
GpioReadFunction
The GPIO_READ function.
GpioSetupCommand
The GPIO_SETUP command.
GpioWriteCommand
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.