Compare commits
No commits in common. "4ddd030426c2093dcb0a9886a868f89283b10f17" and "035603c6eb67f815efe04a43631933a502c74bd3" have entirely different histories.
4ddd030426
...
035603c6eb
@ -25,8 +25,8 @@ public class Accumulateur extends SubsystemBase {
|
|||||||
|
|
||||||
final WPI_TalonSRX accumulateur1 = new WPI_TalonSRX(0);
|
final WPI_TalonSRX accumulateur1 = new WPI_TalonSRX(0);
|
||||||
final WPI_TalonSRX accumulateur2 = new WPI_TalonSRX(10);
|
final WPI_TalonSRX accumulateur2 = new WPI_TalonSRX(10);
|
||||||
final DigitalInput photocell = new DigitalInput(20);
|
final DigitalInput photocell = new DigitalInput(94);
|
||||||
final DigitalInput photocell2 = new DigitalInput(21);
|
final DigitalInput photocell2 = new DigitalInput(93);
|
||||||
public void encodeur(){
|
public void encodeur(){
|
||||||
}
|
}
|
||||||
public boolean photocell(){
|
public boolean photocell(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user