[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

@@ -45,7 +45,7 @@ public class BangBangController implements Sendable {
SendableRegistry.addLW(this, "BangBangController", instances);
MathSharedStore.reportUsage(MathUsageId.kController_PIDController2, instances);
MathSharedStore.reportUsage(MathUsageId.kController_BangBangController, instances);
}
/**