Module wasefire_applet_api::gpio

source ·
Expand description

Low-level GPIO operations.

See crate::button and crate::led for higher-level GPIO operations.

Modules§

Enums§

Functions§

  • configureNon-native
    Configures a GPIO.
  • countNon-native
    Returns how many GPIOs are on the device.
  • last_writeNon-native
    Returns the last logical value written to a GPIO.
  • readNon-native
    Reads from a GPIO.
  • writeNon-native
    Writes to a GPIO.