full test of the zeroing
diff --git a/frc971/constants.h b/frc971/constants.h
index 3416a39..d933e29 100755
--- a/frc971/constants.h
+++ b/frc971/constants.h
@@ -103,6 +103,7 @@
 
 // Creates (once) a Values instance and returns a reference to it.
 const Values &GetValues();
+const Values &GetValuesForTeam(uint16_t team_number);
 
 }  // namespace constants
 }  // namespace frc971