I'm porting the arduino PVision library (https://github.com/joksan/Wii_Remote_Camera_Mouse/tree/master/PVision) to Maple which will make it much easier to read from a Wiimote / Pixart IR sensor (no externals save for two pullup resistors).
You can see my code here: https://github.com/NoContour/wiicamMaple
Looking at the output from scl on my scope and it seems to idle low — I am learning the spec for i2c now, it seems to me it should be high. I am not able to read from the IR sensor and wondering if this has something to do with it.
Thanks for any help.