2021-12-22 21:13:24 +01:00
|
|
|
#pragma once
|
2022-08-18 14:49:11 +02:00
|
|
|
#include <Arduino.h>
|
2021-12-22 21:13:24 +01:00
|
|
|
|
2022-08-18 14:49:11 +02:00
|
|
|
extern const String prettySeconds(unsigned long time_s);
|
|
|
|
|
extern const String prettyMillis(unsigned long time_ms);
|