1
0
Fork 0
1-Wire bus search algorithm, new C implementation
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Ondřej Hruška cc979602f3
added some includes that should probably be in the header file
vor 6 Jahren
.gitignore code import vor 6 Jahren
LICENSE Initial commit vor 6 Jahren
README.md readme vor 6 Jahren
main.c added some includes that should probably be in the header file vor 6 Jahren
ow_search.c added checksum support vor 6 Jahren
ow_search.h added some includes that should probably be in the header file vor 6 Jahren

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.