DanielR92
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
0 deletions
-
src/utils/helper.h
|
@ -49,6 +49,10 @@ namespace ah { |
|
|
String getTimeStrMs(uint64_t t); |
|
|
String getTimeStrMs(uint64_t t); |
|
|
uint64_t Serial2u64(const char *val); |
|
|
uint64_t Serial2u64(const char *val); |
|
|
void dumpBuf(uint8_t buf[], uint8_t len, uint8_t firstRepl = 0, uint8_t lastRepl = 0); |
|
|
void dumpBuf(uint8_t buf[], uint8_t len, uint8_t firstRepl = 0, uint8_t lastRepl = 0); |
|
|
|
|
|
|
|
|
|
|
|
#if defined(ESP32) |
|
|
|
|
|
float readTemperature(); |
|
|
|
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#endif /*__HELPER_H__*/ |
|
|
#endif /*__HELPER_H__*/ |
|
|