Files
UtilitechAS.amsreader-firmware/lib/Uptime/include/Uptime.h
2026-04-09 09:40:09 +02:00

15 lines
162 B
C

/**
* @copyright Utilitech AS 2023-2026
* License: Fair Source
*
*/
#ifndef _UPTIME_H
#define _UPTIME_H
#include "Arduino.h"
uint64_t millis64();
#endif