Can a ZX-24 be an I2C slave?
What would the code look like?
By the way thanks Don for providing Jeff the MLX90614 I2C code.
That was really neat. I have been working with Jeff also.
Tom
ZX-24 as I2C slave
ZX-24 as I2C slave
Thomas Hilton
www.arizonaskys.com
www.arizonaskys.com
Re: ZX-24 as I2C slave
If you mean the ZX-24 specifically, the answer is no. Only native mode devices like the ZX-24n and ZX-24s can implement an I2C slave because it is necessary to do so using an Interrupt Service Routine (ISR). See AN-219 Implementing I2C and SPI Slaves for more information and some example code.tomhilton wrote:Can a ZX-24 be an I2C slave? What would the code look like?
- Don Kinzer