vex_sdk::light_tower

Function vexDeviceLightTowerBlinkSet

Source
pub unsafe fn vexDeviceLightTowerBlinkSet(
    device: V5_DeviceT,
    select: u8,
    mask: u8,
    onTime: i32,
    offTime: i32,
)
Expand description

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.