RE: [AVR-Chat] TWI SLAVE
2005-01-20 by Dave Hylands
Hi Jose, Avrlib http://hubbard.engr.scu.edu/embedded/avr/avrlib/ includes code for i2c master and slave, both interrupt driven and not, as well as many other tidbits of functionality. -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/
Show quoted textHide quoted text
> -----Original Message----- > From: Jose Fuentes [mailto:josecarlosfuentes@yahoo.com.ar] > Sent: Thursday, January 20, 2005 9:22 AM > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat] TWI SLAVE > > > > I want to use a atmega64 as a TWI slave device, but > the only example I found is for IAR EWAAVR 2.28a > compiler: > > http://www.atmel.com/dyn/resources/prod_documents/doc2565.pdf > http://www.atmel.com/dyn/resources/prod_documents/AVR311.zip > > Where can I find an example of twi slave for WinAVR > compiler? > > Jose