diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-10-07 23:13:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-07 23:13:20 +0200 |
commit | d2bfc9fc5e338153103e5f0f4c7215258a2dec17 (patch) | |
tree | d72a866ec861d34c0a931c831c687d6061bfc898 | |
parent | f1ff0a16a5abdcd84e6794395b46ef0d7adbb9a4 (diff) |
update documentation comment
-rw-r--r-- | main.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |