master
Ondřej Hruška 6 years ago
parent 711f2600ef
commit c59d11b7d9
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 11
      README.md

@ -1,2 +1,9 @@
# 1wire-search
Cleanly reimplemented 1-Wire bus search algorithm
# 1-Wire search algorithm
This project provides a reimplemented 1-Wire bus search algorithm
(used to identify e.g. DS18x20 thermometers on a common open-drain bus).
The algorithm uses no global variables and allows finding
a unlimited number of bus devices.
For an example of usage, see `main.c`.

Loading…
Cancel
Save