Shop OBEX P1 Docs P2 Docs Learn Events
help I2C sensor interface — Parallax Forums

help I2C sensor interface

I'm a university student from TW
I original use Arduino
But now I use propeller Simple IDE
I use sensor: "sparkfun Line Follower Array" it's a Infrared sensor
he wants use "SparkFun_Line_Follower_Array_Arduino_Library-master" library in Arduino
but SimpleIDE can't include this library
so,i can't use
I know he use I2c interface
I Inquire "simpletools.h" have I2C function
but i well not ues this function

i2c_in ( i2c * busID,
int i2cAddr,
int memAddr,
int memAddrCount,
unsigned char * data,
int dataCount
)


so please help

Comments

Sign In or Register to comment.