SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
typecast.cpp
Go to the documentation of this file.
1#include "typecast.h"
2
3#include <math.h>
4
5namespace sensesp {
6
9
10} // namespace sensesp
Construct a new transform based on a single function.
Converts input from one data type to another, then outputs the new type.
Definition typecast.h:34