blob: 78b2c01d7a8da8004bbdae84f16e162fa1d1f358 [file] [log] [blame]
milind-u086d7262022-01-19 20:44:18 -08001namespace y2022.control_loops.superstructure;
2
3table Output {
Griffin Bui67abb912022-01-22 16:16:21 -08004 // Voltage of the climber falcon
5 // - is down + is up
6 climber_voltage:double (id: 0);
milind-u086d7262022-01-19 20:44:18 -08007}
8
9root_type Output;