MRAS
Multi Rocket Avionics System
Loading...
Searching...
No Matches
timestamp.h
1//
2// Created by Tom Danvers on 11/03/2023.
3//
4
5#ifndef MRAS_TIMESTAMP_H
6#define MRAS_TIMESTAMP_H
7
8#include <Arduino.h>
9#include <ctime>
10#include <TimeLib.h>
11
12uint64_t getTimestampMillis();
13
14time_t getTeensy3Time();
15
16
17#endif //MRAS_TIMESTAMP_H