blob: d54e6084535e62499cfe8ed0cd997ea7b5e9e2ce [file] [log] [blame]
namespace y2024.control_loops.superstructure;
table Output {
// Voltage of rollers on intake
intake_roller_voltage:double (id: 0);
// Voltage of intake pivot
intake_pivot_voltage:double (id: 1);
}
root_type Output;