Expand description
#Rust PiGPIO
The Rust wrapper of the C library functions
Modules§
Constants§
Functions§
- Delays for at least the number of microseconds specified by microseconds.
- Gets the GPIO mode.
- Initializes the library.
- Reads the GPIO level, on or off.
- Sets the GPIO mode, typically input or output.
- Sets or clears resistor pull ups or downs on the GPIO.
- Terminates the library.
- Sets the GPIO level, on or off. If PWM or servo pulses are active on the GPIO they are switched off.