blob: a2b3799fa3da6e515e97a6e66f279ccf57c2ec88 [file] [log] [blame]
package frc971.wpilib;
// Information about the current state of the pneumatics system to log.
struct PneumaticsToLog {
bool compressor_on;
uint8_t read_solenoids;
};