N4 Flight Software N4
Flight software used for the N4 flight computers
Loading...
Searching...
No Matches
custom-time.h
Go to the documentation of this file.
1/*!****************************************************************************
2 * @file custom-time.h
3 * @brief This file defeines functions needed for time conversions
4 * for data logging
5 *******************************************************************************/
6
7#ifndef CUSTOM_TIME_H
8#define CUSTOM_TIME_H
9
10#include <Arduino.h>
11
12void convertTimestamp(unsigned long);
13ma
14#endif
void convertTimestamp(unsigned long)
convert time in milliseconds to minutes, seconds and time that are human readable,...
Definition custom_time.cpp:20