Remove motorcontrol from wpilib_interface

In the 2024 version of phoenix motorcontrol deprecates so we neeed to go
through every wpilib_interface where we use it and make it use falcon
objects and DutyCycleOut instead of PercentOutput

Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
Change-Id: I0e1e09330b74fcc0445b469f71791a185e629a1c
diff --git a/y2021_bot3/BUILD b/y2021_bot3/BUILD
index ea9c3c5..0fc468b 100644
--- a/y2021_bot3/BUILD
+++ b/y2021_bot3/BUILD
@@ -70,6 +70,7 @@
         "//frc971/wpilib:wpilib_interface",
         "//frc971/wpilib:wpilib_robot_base",
         "//third_party:phoenix",
+        "//third_party:phoenix6",
         "//third_party:wpilib",
         "//y2021_bot3/control_loops/superstructure:superstructure_output_fbs",
         "//y2021_bot3/control_loops/superstructure:superstructure_position_fbs",