package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

Export enables access to the given gpio pin.
GetPinID computes the sysfs pin ID for a specific port on a specific GPIO controller chip.
ReadValue returns the value of the given gpio pin.
SetOutputValue configures the gpio as an output pin with the given value.

# Constants

Gpio pin values can either be low (0) or high (1).
Gpio pin values can either be low (0) or high (1).

# Type aliases

Value represents the value of a gpio pin.