commit | 6306498f386e5176c1a97e48d7e3769b828dad85 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Mar 23 00:37:52 2015 -0400 |
committer | Brian Silverman <brians> | Fri Mar 27 22:53:20 2015 -0400 |
tree | 55248ff95aff148a3f6ee1d8f3350080ac071b3d | |
parent | 16032d878f7328f74c92d95704ef2737f39d830b [diff] |
remember to add a file for I92f9ee0da37e75e2f141ec9800945720df9c9ee7 Change-Id: I0b98f8c777a25c6fa11cc070a00f1516fffa2bc1
diff --git a/frc971/wpilib/logging.q b/frc971/wpilib/logging.q new file mode 100644 index 0000000..a2b3799 --- /dev/null +++ b/frc971/wpilib/logging.q
@@ -0,0 +1,7 @@ +package frc971.wpilib; + +// Information about the current state of the pneumatics system to log. +struct PneumaticsToLog { + bool compressor_on; + uint8_t read_solenoids; +};