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