anagnosz
YaBB Newbies
Posts: 12
|
Hello I am uder a project tha requires to attach a Tmote sky sensor on srv1 robot through i2c protocol.In order to test if i2c connection works properly(debugging) we use PCF8574P which is a 8-bit I/O expander for I2C-bus.I readed the srv-1 c interpreter documentation and i was wondering how the function writei2c works void writei2c(int device, int register, int value), an example how to use the parameters:device and register, would help
|