Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ Kelvin
Function
Kelvin
libraries/Temperature/temperature.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
float Kelvin(float celsius)
24
{
25
return celsius + 273.15;
26
}
27
28
29
// reference:
Callers
1
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68