Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
float seconds2hours(uint32_t seconds)
248
{
249
return seconds * 2.777777777778e-4; // /3600
250
}
251
252
float seconds2minutes(uint32_t seconds)
253
{
Callers
1
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68