rplidar_arduino icon indicating copy to clipboard operation
rplidar_arduino copied to clipboard

Fix signature of RPLidar::begin()

Open DanCrank opened this issue 3 years ago • 0 comments

RPLidar::begin() was declared to return bool when it actually returns void. This can lock up some microcontrollers.

DanCrank avatar Apr 25 '21 16:04 DanCrank