001// Copyright (c) FIRST and other WPILib contributors. 002// Open Source Software; you can modify and/or share it under the terms of 003// the WPILib BSD license file in the root directory of this project. 004 005package edu.wpi.first.hal; 006 007public enum AllianceStationID { 008 Red1, 009 Red2, 010 Red3, 011 Blue1, 012 Blue2, 013 Blue3 014}