#include "Arduino.h"
#include <string>
См. исходные тексты.
◆ formatFloat()
std::string formatFloat |
( |
float |
value, |
|
|
int |
precision, |
|
|
bool |
asInt = false |
|
) |
| |
◆ format_moisture()
std::string format_moisture |
( |
float |
value | ) |
|
◆ format_temperature()
std::string format_temperature |
( |
float |
value | ) |
|
◆ format_ec()
std::string format_ec |
( |
float |
value | ) |
|
◆ format_ph()
std::string format_ph |
( |
float |
value | ) |
|
◆ format_npk()
std::string format_npk |
( |
float |
value | ) |
|
◆ formatValue()
String formatValue |
( |
float |
value, |
|
|
const char * |
unit, |
|
|
int |
precision = 2 |
|
) |
| |