# 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.
# Type aliases
Value represents the value of a gpio pin.