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