To anyone that can help, I am currently trying to set up a continuous read code for the Lidar Lite but when I include the subject and name,
#include <Wire.h>
#include <LIDARLite.h>
LIDARLite myLidarLite;
the compiler throws an error and states it does not recognize LIDARLite or myLidarLite. Any help would be great.