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

Function seconds2days

libraries/dateTimeHelpers/dateTimeHelpers.h:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242float seconds2days(uint32_t seconds)
243{
244 return seconds * 1.157407407407e-5; // /86400
245}
246
247float seconds2hours(uint32_t seconds)
248{

Callers 1

unittestFunction · 0.85

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.68