Hi , I'm working with pic12f683 that doesn't have I2c hardware. Are there any library that emulate i2c? I need it because I want to comunicate with a I2c eeprom.
Thank you at all
Regards
David
Ttelmah Guest
Posted: Tue Apr 21, 2009 7:16 am
The existing CCS I2C code, will automatically generate an 'emulation', if the hardware doesn't exist on the chip, or the pins you select. But _only_ for a master device.
So long as you don't need a slave (_very_ hard to do in software), just use the standard I2C functions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum