mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
#632 - still experimental
This commit is contained in:
@@ -51,6 +51,7 @@ class Helpers {
|
||||
static uint32_t hextoint(const char * hex);
|
||||
static uint16_t atoint(const char * value);
|
||||
static bool check_abs(const int32_t i);
|
||||
static uint32_t abs(const int32_t i);
|
||||
static double round2(double value, const uint8_t divider);
|
||||
static std::string toLower(std::string const & s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user