Interface definitions for the 1-Wire bus component.
OneWireBus * owb_gpio_initialize(owb_gpio_driver_info *driver_info, int gpio)
Initialise the GPIO driver.
void owb_gpio_uninitialize(owb_gpio_driver_info *driver_info)
Clean up after a call to owb_gpio_initialize()
Structure containing 1-Wire bus information relevant to a single instance.
OneWireBus bus
OneWireBus instance.
int gpio
Value of the GPIO connected to the 1-Wire bus.