11#include "wpi/units/time.hpp"
Class to write to digital outputs.
Definition DigitalOutput.hpp:23
static constexpr auto kMessageInterval
Definition XRPOnBoardIO.hpp:32
bool GetUserButtonPressed()
Gets if the USER button is pressed.
bool GetLed() const
Gets the state of the yellow LED.
void SetLed(bool value)
Sets the yellow LED.
XRPOnBoardIO()
Definition XRPOnBoardIO.hpp:30
wpi::units::second_t m_nextMessageTime
Definition XRPOnBoardIO.hpp:33
Definition XRPOnBoardIO.hpp:13