vex-sdk 0.28.0

FFI bindings to VEXos system APIs.
Documentation
1
2
3
4
5
6
//! Competition Control

unsafe extern "system" {
    pub fn vexCompetitionStatus() -> u32;
    pub fn vexCompetitionControl(data: u32);
}