1-Wire bus search algorithm, new C implementation
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Ondřej Hruška cc979602f3
added some includes that should probably be in the header file
pirms 6 gadiem
.gitignore code import pirms 6 gadiem
LICENSE Initial commit pirms 6 gadiem
README.md readme pirms 6 gadiem
main.c added some includes that should probably be in the header file pirms 6 gadiem
ow_search.c added checksum support pirms 6 gadiem
ow_search.h added some includes that should probably be in the header file pirms 6 gadiem

README.md

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.