ld06-embed 0.1.0

Embedded periferal driver for the LD06 LiDAR
Documentation
1
2
3
4
5
6
pub enum ParseError<E> {
    /// A serial error occurred, wraps the underlying error.
    SerialErr(E),
    /// Lidar CRC check failed.
    CrcFail,
}