#[no_mangle]
pub unsafe extern "C" fn vexDevicesGetNumberByType(
device_type: V5_DeviceType,
) -> u32Expand description
Get the number of devices of a specific type plugged into the brain.
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.