got the sensors working on the real robot
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q
index c3cc076..24e2402 100644
--- a/frc971/queues/to_log.q
+++ b/frc971/queues/to_log.q
@@ -3,4 +3,5 @@
 struct CapeReading {
   uint32_t sec;
   uint32_t nsec;
+  uint32_t sonar;
 };