vex_sdk::device

Function vexDevicesGetNumberByType

source
#[no_mangle]
pub unsafe extern "C" fn vexDevicesGetNumberByType(
    device_type: V5_DeviceType,
) -> u32
Expand 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.