I have an I2C device which has example code for the arduino. The arduino code uses the Wire library, which from my understanding, has an assumption that the devices are hooked up on pins 4 and 5 of the arduino.
My question is this: is there any way I can use this arduino code on the Jeenode? For example, can I somehow map the pins on the jeenode to pins 4 and 5 of an Arduino and then run the code? If so, how do I do this?
I ultimately want to run this using the Ports library but I'm having trouble and just wanted to try out the author's code to verify the I2C is indeed working.
FG
