[wpimath] Add BangBangController Usage Reporting (#7411)

This commit is contained in:
sciencewhiz
2024-11-20 17:00:54 -08:00
committed by GitHub
parent d92f17b014
commit 0a3ccf93c6
10 changed files with 27 additions and 2 deletions

View File

@@ -35,4 +35,7 @@ public enum MathUsageId {
/** ProfiledPIDController. */
kController_ProfiledPIDController,
/** BangBangController. */
kController_BangBangController,
}