Skip to content
Snippets Groups Projects
Commit fc96fd42 authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

docs: add components/owb readme

parent d5593a31
No related branches found
No related tags found
No related merge requests found
# 1-Wire
## Description
This component provides an ESP32 library for interfacing devices via 1-Wire communication bus system designed by Dallas Semiconductor Corp. The library was developed by David Antliff and Chris Morgan and released with MIT license under the name esp32-owb.
## Main code
### Methods
```c
// Init OWB using RMT module
OneWireBus* owb_rmt_initialize(owb_rmt_driver_info * info, gpio_num_t gpio_num,
rmt_channel_t tx_channel, rmt_channel_t rx_channel)
```
## Documents
Original Library: [esp32-owb](https://github.com/DavidAntliff/esp32-owb)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment