Add Hall Effect Sensor code to test sensor
authorshainachen <shaina.sierra@gmail.com>
Sun, 5 Feb 2017 00:05:32 +0000 (16:05 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Tue, 7 Feb 2017 03:39:49 +0000 (19:39 -0800)
commit268b004857f2e73159cccfc18edeff7ad33dfe78
treee6212ea5a727d2cf0b14b4b25cd6bce1309009d3
parent9e91dcb88316fdb4a1915c9d164b5e753a1ba89d
Add Hall Effect Sensor code to test sensor
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java
src/org/usfirst/frc/team3501/robot/utils/HallEffectSensor.java [new file with mode: 0644]