Quote:
Originally Posted by Merfoo
How would one program the LIDAR Sensor for use via DIO in Java?
|
I don't know that you can. It's designed to work via PWM output or I2C. The I2C implementation should be pretty similar to the arduino example on their website. The PWM setup will likely just be reading analog input values but don't quote me on that.