View Single Post
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#236
still searching for someone to help on the software side!

Originally Posted by kimmoli View Post
Interface uses ioctl to talk over i2c
Code:
file=open( "/dev/i2c-1", O_RDWR )
ioctl( file, I2C_SLAVE, 0x3c)
write(file, buf, len)
Kimmo, can these commands or your program be modified to read out my chip?

The TCA8424 documentation says:


Last edited by dirkvl; 2014-01-04 at 13:53.