1//! Rangefinder/Lidar Sensor
2//!
3//! This sensor is not sold by VEX.
45use crate::{map_jump_table, V5_DeviceT};
67map_jump_table! {
80x4d8 =>
9/// Rangefinder/Lidar - actual API to be determined
10pub fn vexDeviceRangeValueGet(device: V5_DeviceT) -> i32,
11}