2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include <frc/GenericHID.h>
#include <frc2/command/button/Trigger.h>
#include <array>
#include <vector>
#include "argos_lib/general/debounce_settings.h"
#include "vibration.h"
Go to the source code of this file.
Classes | |
class | argos_lib::XboxController |
struct | argos_lib::XboxController::UpdateStatus |
State of an individual button. More... | |
struct | argos_lib::XboxController::DPadButtons |
Parsed directional pad button states. More... | |
Namespaces | |
namespace | argos_lib |