Hello everyone
I am attempting to use a sensor from adafruit (VCNL4010 Proximity/Light sensor : ID 466 : $7.50 : Adafruit Industries, Unique & fun DIY electronics and kits) and they have provided example code of how to use it
https://github.com/adafruit/VCNL4000/blob/master/vcnl4000.pde
It doesn't work, my IDE doesn't understand the read8() and read16() commands they use. Can someone help me translate this into something I can run on my Arduino Uno?
Thank you!