esp32-warm-water
esp32 based project for the control of a heating element based on temperature
Data Fields
owb_gpio_driver_info Struct Reference

GPIO driver information. More...

#include <owb_gpio.h>

Collaboration diagram for owb_gpio_driver_info:
Collaboration graph
[legend]

Data Fields

int gpio
 Value of the GPIO connected to the 1-Wire bus. More...
 
OneWireBus bus
 OneWireBus instance. More...
 

Detailed Description

GPIO driver information.

Definition at line 49 of file owb_gpio.h.

Field Documentation

◆ bus

OneWireBus instance.

Definition at line 52 of file owb_gpio.h.

◆ gpio

int gpio

Value of the GPIO connected to the 1-Wire bus.

Definition at line 51 of file owb_gpio.h.


The documentation for this struct was generated from the following file: