|
esp32-owb
ESP32-compatible C library for Maxim Integrated 1-Wire Bus.
|
Interface definitions for the ESP32 GPIO driver used to communicate with devices on the One Wire Bus. More...
#include "owb.h"Go to the source code of this file.
Data Structures | |
| struct | owb_gpio_driver_info |
| GPIO driver information. More... | |
Functions | |
| OneWireBus * | owb_gpio_initialize (owb_gpio_driver_info *driver_info, int gpio) |
| Initialise the GPIO driver. More... | |
| void | owb_gpio_uninitialize (owb_gpio_driver_info *driver_info) |
| Clean up after a call to owb_gpio_initialize() | |
Interface definitions for the ESP32 GPIO driver used to communicate with devices on the One Wire Bus.
| OneWireBus* owb_gpio_initialize | ( | owb_gpio_driver_info * | driver_info, |
| int | gpio | ||
| ) |
Initialise the GPIO driver.
1.8.6