esp32-warm-water
esp32 based project for the control of a heating element based on temperature
|
GPIO driver information. More...
#include <owb_gpio.h>
Data Fields | |
int | gpio |
Value of the GPIO connected to the 1-Wire bus. More... | |
OneWireBus | bus |
OneWireBus instance. More... | |
GPIO driver information.
Definition at line 49 of file owb_gpio.h.
OneWireBus bus |
OneWireBus instance.
Definition at line 52 of file owb_gpio.h.
int gpio |
Value of the GPIO connected to the 1-Wire bus.
Definition at line 51 of file owb_gpio.h.