blob: fcb42352d40912cf825b6c0cfdbc1171be6e34d9 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001namespace frc971.wpilib;
2
3// Information about the current state of the pneumatics system to log.
4table PneumaticsToLog {
5 compressor_on:bool;
6 read_solenoids:ubyte;
7}
Austin Schuhed5b26d2019-12-05 20:51:59 -08008
9root_type PneumaticsToLog;