Thee should be a NACK as indicated below, I believe.

: c...@i2c.ee ( addr hwid -- c )
  dup i2c.begin
    swap i2c.ee.send-addr
    i2c.start           \ repeated start
    i2c.rd i2c.tx       \ hwid for reading
    i2c.rxn             \ BUGFIX
  i2c.end
;

-- 
Regards,

Martin Nicholas.

E-mail: reply-2...@mgn.org.uk

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to