Remove CAN TalonSRX from WPILib (moving to external library) (#268)

This commit is contained in:
Kevin-OConnor
2016-10-13 21:50:20 -04:00
committed by Fred Silberberg
parent 55346e28d0
commit 567ea1d58d
14 changed files with 1 additions and 8805 deletions

View File

@@ -58,10 +58,7 @@ public class SampleTest extends AbstractComsSetup {
*/
@Test
public void test() {
CANTalon cantalon = new CANTalon(0);
cantalon.set(0.5);
Timer.delay(0.5);
cantalon.set(0.0);
assertTrue(true);
}