blob: d54e6084535e62499cfe8ed0cd997ea7b5e9e2ce [file] [log] [blame]
Niko Sohmers3860f8a2024-01-12 21:05:19 -08001namespace y2024.control_loops.superstructure;
2
3table Output {
Niko Sohmers58e64c82024-01-14 12:49:54 -08004 // Voltage of rollers on intake
5 intake_roller_voltage:double (id: 0);
6
7 // Voltage of intake pivot
8 intake_pivot_voltage:double (id: 1);
Niko Sohmers3860f8a2024-01-12 21:05:19 -08009}
10
11root_type Output;