summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-09 20:06:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-09 20:06:43 +0200
commitc827fd9fd7393b6fc7106706227007041439a464 (patch)
treecff7c668b3fc4d7916c3a2cb4612f52169459789
parentdc0f1b195bb5a76c37cd7bc8942fd0070d6954e1 (diff)
README: Search ROM is now working
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 755d86d..e2737a5 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
# owi-slave
Implementation of an One Wire Interface slave device on an ATTiny 2313A without
-external clock.
+external clock. Work-in-progress.
-This code is a work in progress. The Command readout is not working realibly.
Though the schematic suggests bus-powered operation, the AVR's power
consumption may be too high for this to work. If connecting the AVR causes the
bus voltage to drop below 3V, consider replacing the capacitors with a ~4.5V
@@ -20,9 +19,6 @@ Successfully tested on a DS2482-100 Single Channel 1-Wire Master.
Tests with a commercially available iButton reader will follow soon.
* Read ROM (0x34) with 64bit identifier
-
-## work in progress
-
* Search ROM (0xf0) with 64bit identifier
## TODO