blob: e245712584873afa00e2d509fdb1574d1b08728d [file] [log] [blame]
namespace y2020.control_loops.superstructure;
table Output {
// Votage sent to the hood. Positive moves up.
hood_voltage:double;
}
root_type Output;