[wpimath] Move debouncer to filters (#3838)

This commit is contained in:
Oblarg
2021-12-28 12:49:41 -05:00
committed by GitHub
parent 5999a26fba
commit aa9dfabde2
11 changed files with 150 additions and 85 deletions

View File

@@ -4,7 +4,7 @@
#include "frc2/command/button/Trigger.h"
#include <frc/Debouncer.h>
#include <frc/filter/Debouncer.h>
#include "frc2/command/InstantCommand.h"