blob: d76412f2dd3b2b5e2972b50f1d7458f2f1746f74 [file] [log] [blame]
namespace frc971.wpilib;
// Information about the current state of the pneumatics system to log.
table PneumaticsToLog {
compressor_on:bool (id: 0);
read_solenoids:ubyte (id: 1);
}
root_type PneumaticsToLog;