|
atMETEO
An ATmega based weather station
|
Testing utilities. More...
#include <sstream>#include <iomanip>Go to the source code of this file.
Functions | |
| template<typename T > | |
| std::string | to_hex (T value) |
Converts the numeric value into its hex representation. More... | |
| template<typename T > | |
| std::string | to_hex (T *data, uint16_t length) |
Converts the array of numeric values data into its hex representation. More... | |
Testing utilities.
This header file provides helpful utilities for testing.
1.8.13