NXPCUP-libary
Library for car's control board on NXPCUP competition based on the Mbed framework.
|
Go to the source code of this file.
Namespaces | |
nxpcup | |
Functions | |
template<typename T > | |
T | nxpcup::clamp (T value, T min, T max) |
template<typename T > | |
T | nxpcup::abs (const T &v) |
template<typename T > | |
T | nxpcup::sign (const T &v) |
template<typename T > | |
T | nxpcup::pow (T base, uint8_t exp=2) |