summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-09 01:21:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-09 01:21:03 +0200
commitdc9ae61c5491ffc43590e88cf05c6feb16cdd062 (patch)
tree2622b3abc05a71d60989cf7d15a6d2024a31d8d8 /README.md
parent4e92a5b3740630546419fed061672caf46a3975e (diff)
Improve code documentation (and README)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07d85a0..755d86d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,11 @@ Implementation of an One Wire Interface slave device on an ATTiny 2313A without
external clock.
This code is a work in progress. The Command readout is not working realibly.
-A schematic will follow, until then: PD3 is onewire data.
+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
+battery. Do not use a mains power supply -- it may not have the same GND as
+the 1-Wire bus.
# Building