Skip to content

Commit ad6a888

Browse files
authored
update Readme to match code
1 parent 2ee47e9 commit ad6a888

File tree

1 file changed

+34
-30
lines changed

1 file changed

+34
-30
lines changed

README.md

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,51 @@ Climb | leftSlave | 50 | 2
2020
Climb | rightMaster | 51 | 3
2121
Vacuum | vacuum | 60 | 1
2222

23+
* Trident compression sensor attached to Biscuit Talon analog input
24+
* Vacuum Sensor attached to Vacuum Talon analog input
25+
2326
## Servos
2427

25-
Subsystem | Servo | PWM
26-
----------- | -------------- | ---
27-
CargoCenter | left | 0
28-
CargoCenter | right | 1
29-
Climb | leftKickstand | 2
30-
Climb | rightKickstand | 3
31-
Climb | ratchet | 4
32-
Biscuit | krakenRelease | 5
33-
Biscuit | krakenLock | 6
28+
Subsystem | Servo | PWM
29+
----------- | ------------------ | ---
30+
Climb | leftKickstand | 2
31+
Climb | rightKickstand | 3
32+
Climb | ratchet | 4
33+
Biscuit | krakenRelease | 5
34+
Biscuit | krakenLock(unused) | 6
3435

35-
## CANifier
3636

37-
Subsystem | CANifier | ID
38-
--------- | -------- | --
39-
Trident | trident | 0
37+
## DIO
4038

41-
Pin # | Name | Attached To
42-
----- | ---- | -----------
43-
8 | LIMF | compression output
39+
Subsystem | I/O | DIO
40+
----------- | ---------------| ---
41+
AutonSwitch | 0 | 0
42+
AutonSwitch | 1 | 1
43+
AutonSwitch | 2 | 2
44+
AutonSwitch | 3 | 3
45+
Intake | slowBeamBreak | 4
46+
Vision | lights | 5
47+
Vision | lights | 6
48+
Robot | eventFlag(BNC) | 7
49+
Intake | beamBreak | 8
50+
Vision | cam1Tune | 9
4451

45-
## DIO
52+
## Analog Inputs
53+
54+
Subsystem | I/O | Analog
55+
--------- |----------- |-------
56+
Vacuum | tempSensor | 0
57+
Vacuum | climbPlate | 1
58+
59+
## Roborio
4660

47-
Subsystem | I/O | DIO
48-
----------- | -------------| ---
49-
AutonSwitch | 0 | 0
50-
AutonSwitch | 1 | 1
51-
AutonSwitch | 2 | 2
52-
AutonSwitch | 3 | 3
53-
AutonSwitch | 4 | 4
54-
AutonSwitch | 5 | 5
55-
Vision | lights | 6
56-
Vision | lights | 7
57-
Intake | beamBreak | 8
58-
Vision | rightCamTune | 9
61+
Subsystem | I/O | Button
62+
--------- | -------- | -----------
63+
Vision | cam0Tune | User Button
5964

6065
## PCM
6166

6267
Subsystem | Valve | Solenoid
6368
--------- | ------------ | --------
6469
Vacuum | trident | 0
65-
Vacuum | pump | 1
6670
Vacuum | climb | 2

0 commit comments

Comments
 (0)