Add beambreaks to wpilib_interface

Signed-off-by: Siddhant Kanwar <kanwarsiddhant@gmail.com>
Change-Id: I2615f919f438d01d764307d1b484e2c63636566b
diff --git a/y2022/control_loops/superstructure/superstructure_position.fbs b/y2022/control_loops/superstructure/superstructure_position.fbs
index cd0bc67..8de272b 100644
--- a/y2022/control_loops/superstructure/superstructure_position.fbs
+++ b/y2022/control_loops/superstructure/superstructure_position.fbs
@@ -13,6 +13,12 @@
   // Zero is straight and positive is open
   flipper_arm_left:frc971.RelativePosition (id: 4);
   flipper_arm_right:frc971.RelativePosition (id: 5);
+
+
+  // True is broken
+  intake_beambreak_front:bool (id:6);
+  intake_beambreak_back:bool (id:7);
+  turret_beambreak:bool (id:8);
 }
 
 root_type Position;