SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
ConnectorX::Commands::Configuration Struct Reference

#include <ConnectorX.h>

+ Collaboration diagram for ConnectorX::Commands::Configuration:

Public Attributes

int8_t valid
 
uint16_t teamNumber
 
uint16_t initialTeams [2]
 
LedConfiguration led0
 
LedConfiguration led1
 

Detailed Description

Definition at line 34 of file ConnectorX.h.

Member Data Documentation

◆ initialTeams

uint16_t ConnectorX::Commands::Configuration::initialTeams[2]

Definition at line 38 of file ConnectorX.h.

◆ led0

LedConfiguration ConnectorX::Commands::Configuration::led0

Definition at line 39 of file ConnectorX.h.

◆ led1

LedConfiguration ConnectorX::Commands::Configuration::led1

Definition at line 40 of file ConnectorX.h.

◆ teamNumber

uint16_t ConnectorX::Commands::Configuration::teamNumber

Definition at line 36 of file ConnectorX.h.

◆ valid

int8_t ConnectorX::Commands::Configuration::valid

Definition at line 35 of file ConnectorX.h.


The documentation for this struct was generated from the following file: