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
12
uint64_t getTimestampMillis();
13
14
time_t getTeensy3Time();
15
16
17
#endif
//MRAS_TIMESTAMP_H
lib
rocket
timestamp.h
Generated by
1.9.6