d1_mini_pro-sensor-mqtt/include/utils.h

6 lines
69 B
C

#ifndef UTILS_H
#define UTILS_H
double round2(double value);
#endif