From d2bfc9fc5e338153103e5f0f4c7215258a2dec17 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 7 Oct 2013 23:13:20 +0200 Subject: update documentation comment --- main.c | 7 ++++--- 1 file 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 ). + * 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 -- cgit v1.2.3