diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-10-09 20:06:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-09 20:06:43 +0200 |
commit | c827fd9fd7393b6fc7106706227007041439a464 (patch) | |
tree | cff7c668b3fc4d7916c3a2cb4612f52169459789 | |
parent | dc0f1b195bb5a76c37cd7bc8942fd0070d6954e1 (diff) |
README: Search ROM is now working
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |