mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Remove CAN TalonSRX from WPILib (moving to external library) (#268)
This commit is contained in:
committed by
Fred Silberberg
parent
55346e28d0
commit
567ea1d58d
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user