MCPcopy 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
23float Kelvin(float celsius)
24{
25 return celsius + 273.15;
26}
27
28
29// reference:

Callers 1

unittestFunction · 0.85

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.68