2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
Go to the source code of this file.
Namespaces | |
namespace | argos_lib |
Functions | |
template<typename T > | |
static constexpr bool | argos_lib::InThreshold (const T value, const T target, const T threshold) |
Detect if a value is within a threshold of a target value. | |