blob: a2b3799fa3da6e515e97a6e66f279ccf57c2ec88 [file] [log] [blame]
Brian Silverman63064982015-03-23 00:37:52 -04001package frc971.wpilib;
2
3// Information about the current state of the pneumatics system to log.
4struct PneumaticsToLog {
5 bool compressor_on;
6 uint8_t read_solenoids;
7};