summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-12-22 17:56:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-12-22 17:56:17 +0100
commit731cd8135d867e5145710ec3c3292822d4bfe049 (patch)
tree8bd10def35f62ee49dc21f8dd702afbe31ec63b4 /README.md
parentaeab5c91d0d16f11650cd899fdeb9aecd8f014f8 (diff)
update readme and schematic (no bus-powered application at the moment)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index b1bafba..102f0f0 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,9 @@
Implementation of an One Wire Interface slave device on an ATTiny 2313A without
external clock.
-Though the schematic suggests bus-powered operation, the AVR's power
-consumption is probably 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 battery. Do not use a mains power supply -- it may not have the same
-ground level as the 1-Wire bus.
+At the moment, the code counts time using a busyloop. It is therefore not
+suitable for bus-powered applications and requires a powe source. Do NOT use a
+mains power supply -- it may not have the same ground level as the 1-Wire bus.
# Building