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