MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / seconds2weeks

Function seconds2weeks

libraries/dateTimeHelpers/dateTimeHelpers.h:237–240  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////// CONVERTORS

Source from the content-addressed store, hash-verified

235// CONVERTORS
236//
237float seconds2weeks(uint32_t seconds)
238{
239 return seconds * 1.653439153439e-6; // /604800
240}
241
242float seconds2days(uint32_t seconds)
243{

Callers 1

unittestFunction · 0.85

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.68