2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
Loading...
Searching...
No Matches
nt_button_monitor.h
Go to the documentation of this file.
1
4
5#pragma once
7#include <networktables/NetworkTableInstance.h>
8
9#include <string>
10
12 public:
14
16
17 private:
18 nt::NetworkTableInstance m_ntInstance;
19};
Definition: nt_button_monitor.h:11
void UpdateButton(argos_lib::XboxController::Button btn)
Definition: nt_button_monitor.cpp:11
NtButtonMonitor()
Definition: nt_button_monitor.cpp:9
nt::NetworkTableInstance m_ntInstance
Definition: nt_button_monitor.h:18
Button
Definition: xbox_controller.h:23