`onecable` implements (parts of) the 1-Wire protocol,
with a specific focus on the `DS18B20` temperature sensor.
`onecable` is `no-std`, enabling it to run on any hardware for which the
[embedded_hal](https://crates.io/crates/embedded-hal) traits are implemented.
see [LICENSE](LICENSE)