components/esp32-owb/include/owb_gpio.h

changeset 29
45647136ec95
parent 0
b74b0e4902c3
equal deleted inserted replaced
28:bc7c05011d69 29:45647136ec95
31 31
32 #ifdef __cplusplus 32 #ifdef __cplusplus
33 extern "C" { 33 extern "C" {
34 #endif 34 #endif
35 35
36 /**
37 * @brief 1-wire bus connection on the gpio.
38 */
36 typedef struct 39 typedef struct
37 { 40 {
38 int gpio; ///< Value of the GPIO connected to the 1-Wire bus 41 int gpio; ///< Value of the GPIO connected to the 1-Wire bus
39 OneWireBus bus; ///< OneWireBus instance 42 OneWireBus bus; ///< OneWireBus instance
40 } owb_gpio_driver_info; 43 } owb_gpio_driver_info;

mercurial