mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
global cleaning, restructure
This commit is contained in:
26
include/Utils/TimeUtils.h
Normal file
26
include/Utils/TimeUtils.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
void Time_Init();
|
||||
|
||||
void time_check();
|
||||
|
||||
void reconfigTime();
|
||||
|
||||
/*
|
||||
* Получение текущего времени
|
||||
*/
|
||||
String GetTime();
|
||||
|
||||
String GetTimeUnix();
|
||||
|
||||
String GetTimeWOsec();
|
||||
|
||||
String GetDate();
|
||||
|
||||
String GetDataDigital();
|
||||
|
||||
int timeToMin(String Time);
|
||||
|
||||
const String prettyMillis(unsigned long time_ms = millis());
|
||||
Reference in New Issue
Block a user