Implementation of the 1-Wire protocol.
This package is primarily useful for other drivers so they can communicate with sensors. For example the ds18b20 driver uses this package.
In order to achieve the required precise timings, the implementation offloads the signal generation and interpretation to the RMT (remote control) module of the ESP32.
It uses 2 of the RMT channels (one for receiving, one for sending).