ANN: libi2c.fs

David McNab <[email protected]> Sun, 14 Nov 2004 02:07:37 +1300
Newsgroups gmane.comp.lang.forth.picforth
Message-ID <[email protected]>
Hi,

Just announcing a new module, libi2c.fs.

Features:
  - for accessing medium-to-large I2C serial EEPROMS
    such as 24xx128, 24xx256, 24xx512
  - 16-bit addresses
  - PIC-as-I2C-master
  - uses (requires) on-chip MSSP module, present on
    some PICs (16F87x[A] etc), but not on others (eg 16F84)
  - 3 simple words - i2c.init, i2c@ and i2c!

Refer PicForth wiki - http://wiki.enst.fr/bin/view/Picforth/Libi2cfs

-- 
Cheers
David