#include <chrono>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <ratio>
Go to the source code of this file.
|
template<typename T > |
T | rb::clamp (T value, T min, T max) |
|
void | rb::delayMs (int ms) |
| Delay for given number of milliseconds. Like Arduino's delay() More...
|
|
void | rb::delay (std::chrono::duration< uint32_t, std::milli > delay) |
| Delay for given number of microseconds. Like Arduino's delayMicroseconds() More...
|
|
◆ RBCX_ENUM_IMPL_MASK_OPERATORS
#define RBCX_ENUM_IMPL_MASK_OPERATORS |
( |
|
T | ) |
|