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

: [email protected] ( 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: [email protected]

------------------------------------------------------------------------------
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/
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to