2022-10-13 20:47:48 +02:00

9 lines
88 B
C

#ifndef _UPTIME_H
#define _UPTIME_H
#include "Arduino.h"
uint64_t millis64();
#endif