|
esp32-owb
ESP32-compatible C library for Maxim Integrated 1-Wire Bus.
|
Structure containing 1-Wire bus information relevant to a single instance. More...
#include <owb.h>
Data Fields | |
| const struct _OneWireBus_Timing * | timing |
| Pointer to timing information. | |
| bool | use_crc |
| True if CRC checks are to be used when retrieving information from a device on the bus. | |
| bool | use_parasitic_power |
| True if parasitic-powered devices are expected on the bus. | |
| gpio_num_t | strong_pullup_gpio |
| Set if an external strong pull-up circuit is required. | |
| const struct owb_driver * | driver |
| Pointer to hardware driver instance. | |
Structure containing 1-Wire bus information relevant to a single instance.
1.8.6