added logging raw analog hall effect values
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q
index 77e87e3..ded9b64 100644
--- a/frc971/queues/to_log.q
+++ b/frc971/queues/to_log.q
@@ -5,4 +5,9 @@
   uint32_t nsec;
   uint64_t struct_size;
   double sonar;
+
+  uint16_t left_low;
+  uint16_t left_high;
+  uint16_t right_low;
+  uint16_t right_high;
 };