summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-10-07 23:13:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-10-07 23:13:20 +0200
commitd2bfc9fc5e338153103e5f0f4c7215258a2dec17 (patch)
treed72a866ec861d34c0a931c831c687d6061bfc898
parentf1ff0a16a5abdcd84e6794395b46ef0d7adbb9a4 (diff)
update documentation comment
-rw-r--r--main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.c b/main.c
index d00ea84..d2a3ef1 100644
--- a/main.c
+++ b/main.c
@@ -6,14 +6,15 @@
* Onewire iButton / SmartButton slave.
* Has the 64bit ID set below
* (corresponds to <https://wiki.chaosdorf.de/images/f/fc/Smartbutton.jpg>).
+ * Note: The bytes are sent in reversed order. This has also been observed
+ * on off-the-shelf smartbuttons / iButtons.
*
* Only supports non-overdrive READ ROM. Does not hold any data.
+ * SEARCH ROM Support is work in progress. Command byte readout is pretty
+ * broken right now.
*
* Tested and working with a DS2482. Should mostly adhere to the standard,
* but nothing is guaranteed.
- *
- * Any unexpected input (SKIP ROM, overdriv, ...) may cause a hangup requiring
- * an AVR reset.
*/
#define ADDR1 0xC4