From 7f97fcc893265d7607cafb91cad268b7d394995a Mon Sep 17 00:00:00 2001 From: eeuser Date: Sat, 25 Feb 2017 13:51:28 -0800 Subject: [PATCH 01/11] This is the Robot map for the assignments of talons and sensors. --- .cproject | 1 + .settings/language.settings.xml | 4 +- Debug/FRCUserProgram | Bin 1770100 -> 1772568 bytes Debug/src/CommandBase.o | Bin 270320 -> 270312 bytes Debug/src/Commands/ExampleCommand.o | Bin 249608 -> 249600 bytes Debug/src/OI.o | Bin 321436 -> 317528 bytes Debug/src/Robot.o | Bin 529832 -> 529828 bytes Notes/Talon and Solenoid Definitions.txt | 38 ++++----- src/RobotMap.h | 21 ----- src/Subsystems/Robotmap.h | 99 +++++++++++++++++++++++ 10 files changed, 121 insertions(+), 42 deletions(-) delete mode 100644 src/RobotMap.h create mode 100644 src/Subsystems/Robotmap.h diff --git a/.cproject b/.cproject index 3f3aa96..04c79a8 100644 --- a/.cproject +++ b/.cproject @@ -46,6 +46,7 @@