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;
+};