blob: 473526f039f7b82bb71a99a4920f62058ec52f1c [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;
}