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