mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-21 02:17:56 +00:00
9 lines
88 B
C
9 lines
88 B
C
#ifndef _UPTIME_H
|
|
#define _UPTIME_H
|
|
|
|
#include "Arduino.h"
|
|
|
|
uint64_t millis64();
|
|
|
|
#endif
|