budryerson / TFMini-Plus-I2C

Arduino library for the Benewake TFMini-Plus LiDAR distance sensor in I2C communication mode
26 stars 16 forks source link

Dual LIDAR class for Direction of Travel Applications #23

Open digamesystems opened 2 years ago

digamesystems commented 2 years ago

I've recently posted an update to a class library I wrote for using two LIDARS to track direction of travel. The library makes use of Bud's I2C class.

https://github.com/digamesystems/DualLIDARI2C

Thanks for the nice code to work with.