blob: 78b2c01d7a8da8004bbdae84f16e162fa1d1f358 [file] [log] [blame]
namespace y2022.control_loops.superstructure;
table Output {
// Voltage of the climber falcon
// - is down + is up
climber_voltage:double (id: 0);
}
root_type Output;