vex_sdk::device

Constant V5_MAX_DEVICE_PORTS

Source
pub const V5_MAX_DEVICE_PORTS: usize = 32;
Expand description

The max number of internal port indicies that could theoretically exist in VEXos.

This serves as the upper limit for the number of internal ports that will be added to VEXos and is thus a somewhatsafe value to set as a buffer length for functions such as vexDeviceGetStatus.