wxserver/esp8266/weatherCalcs.h

6 wiersze
160 B
C

#include <math.h>
float heatIndex(float T, float R);
float dewPoint(float farenheight, float humidity);
float meanSeaLevelPressure(float P, float T, float h);