Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ seconds2minutes
Function
seconds2minutes
libraries/dateTimeHelpers/dateTimeHelpers.h:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
float seconds2minutes(uint32_t seconds)
253
{
254
return seconds * 1.666666666667e-2; // /60
255
}
256
257
258
// -- END OF FILE --
Callers
1
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68