MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / WindChill_C_mps

Function WindChill_C_mps

libraries/Temperature/temperature.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179float WindChill_C_mps(const float Celsius, const float meterPerSecond, const bool convert)
180{
181 return WindChill_C_kmph(Celsius, meterPerSecond * 3.6, convert);
182}
183
184
185// https://www.engineeringtoolbox.com/air-altitude-pressure-d_462.html

Callers 1

unittestFunction · 0.85

Calls 1

WindChill_C_kmphFunction · 0.85

Tested by 1

unittestFunction · 0.68