Closed
Description
The example on this page:
http://arduino.cc/en/Tutorial/MasterWriter
Is using i2c address 0x4 which appears to be in the reserved address space.
0 to 7 are reserved.
Not sure what to pick for an address. It probabaly doesn't matter, but it would be best to update the example to avoid using an address from the reserved address range.
It's been a while since I've tested, but I believe that these reserved addresses don't work on the pic32 processors.