Hello,
I'm trying the code found here: https://github.com/adafruit/VCNL4000/blob/master/vcnl4000.pde with my breakout board on my maple board. I'm getting no output. It seems like nothing is being read. I only get some readings when i put a print statement in the loop and comment out everything else.
Connections are:
3.3V ----------------------- 3.3V
GND ------------------------ GND
SCL ------------------------ A5
SDA ------------------------ A4
IR+ ------------------------ 3.3V
Also, I noticed that whenever I print something in the setup() function, I don't see it on the output? Why is that? It seems like all i can do is Wire.begin(9, 5) inside the setup function and even then, I'm not sure if that will work with the maple.
Please help.
Cruz