Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
float seconds2days(uint32_t seconds)
243
{
244
return seconds * 1.157407407407e-5; // /86400
245
}
246
247
float seconds2hours(uint32_t seconds)
248
{
Callers
1
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68