-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimgui.json
More file actions
24 lines (24 loc) · 808 Bytes
/
simgui.json
File metadata and controls
24 lines (24 loc) · 808 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
{
"HALProvider": {
"PWM Outputs": {
"window": {
"visible": true
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/Swervesubsystem": "Subsystem",
"/LiveWindow/Ungrouped/PWMSparkMax[1]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[2]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[3]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[4]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[5]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[6]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[7]": "Motor Controller",
"/LiveWindow/Ungrouped/PWMSparkMax[8]": "Motor Controller",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler"
}
}
}