esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
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... | |
Macros | |
#define | OWB_GPIO_H |
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() More... | |
Interface definitions for the ESP32 GPIO driver used to communicate with devices on the One Wire Bus.
Definition in file owb_gpio.h.
#define OWB_GPIO_H |
Definition at line 38 of file owb_gpio.h.
OneWireBus* owb_gpio_initialize | ( | owb_gpio_driver_info * | driver_info, |
int | gpio | ||
) |
Initialise the GPIO driver.
Definition at line 263 of file owb_gpio.c.
void owb_gpio_uninitialize | ( | owb_gpio_driver_info * | driver_info | ) |
Clean up after a call to owb_gpio_initialize()