N4 Flight Software N4
Flight software used for the N4 flight computers
Loading...
Searching...
No Matches
custom-time.h File Reference

This file defeines functions needed for time conversions for data logging. More...

#include <Arduino.h>

Go to the source code of this file.

Functions

void convertTimestamp (unsigned long)
 convert time in milliseconds to minutes, seconds and time that are human readable, to be used for system logging or other data logging tasks
 

Detailed Description

This file defeines functions needed for time conversions for data logging.


Function Documentation

◆ convertTimestamp()

void convertTimestamp ( unsigned long msec)

convert time in milliseconds to minutes, seconds and time that are human readable, to be used for system logging or other data logging tasks


Parameters
msectime in milliseconds, got from millis() function
Returns
tstamp with time in huma readable format