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

Function seconds2hours

libraries/dateTimeHelpers/dateTimeHelpers.h:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247float seconds2hours(uint32_t seconds)
248{
249 return seconds * 2.777777777778e-4; // /3600
250}
251
252float seconds2minutes(uint32_t seconds)
253{

Callers 1

unittestFunction · 0.85

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.68