vex_sdk/
competition.rs

1
2
3
4
5
6
7
8
//! Competition Control

use crate::map_jump_table;

map_jump_table! {
    0x9d8 => pub fn vexCompetitionStatus() -> u32,
    0x9dc => pub fn vexCompetitionControl(data: u32),
}