summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-07 23:20:16 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-07 23:20:16 +0200
commit6e245d2d1e73c360cb30474cc6e2a0d4dbc50265 (patch)
treede12cfac7d338c9905297beb7475d0dbf77e82dc
parentd2bfc9fc5e338153103e5f0f4c7215258a2dec17 (diff)
Add README
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3315321
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# owi-slave
+
+Implementation of an One Wire Interface slave device on an ATTiny 2313 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.
+
+# Building
+
+ make && sudo make flash
+
+## supported features
+
+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
+
+* Overdrive Read ROM / Search ROM