onecable 0.1.0

An implementation of the 1-Wire protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
# OneCable

`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.

# License
see [LICENSE](LICENSE)