From c59d11b7d942e7460060d7702e7d573f64fbbaf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Thu, 1 Feb 2018 11:08:45 +0100 Subject: [PATCH] readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632b6de..9541dcf 100644 --- a/README.md +++ b/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`.