-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimgui.json
More file actions
39 lines (39 loc) · 968 Bytes
/
simgui.json
File metadata and controls
39 lines (39 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"HALProvider": {
"Other Devices": {
"Talon SRX[15]/Quad Encoder": {
"header": {
"open": true
}
},
"Talon SRX[17]": {
"header": {
"open": true
}
},
"Talon SRX[17]/Analog In": {
"header": {
"open": true
}
},
"Talon SRX[17]/Quad Encoder": {
"header": {
"open": true
}
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Climber": "Subsystem",
"/LiveWindow/Drivetrain": "Subsystem",
"/LiveWindow/Ungrouped/ADXRS450_Gyro[0]": "Gyro",
"/LiveWindow/Ungrouped/DifferentialDrive[1]": "DifferentialDrive",
"/LiveWindow/Ungrouped/DigitalInput[15]": "Digital Input",
"/LiveWindow/Ungrouped/DigitalInput[16]": "Digital Input",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
"/SmartDashboard/Auton chooser": "String Chooser"
}
}
}