7 lines
113 B
C
7 lines
113 B
C
#ifndef calculate_H
|
|
#define calculate_H
|
|
|
|
float absoluteHumidityFloat(float temperature, float humidity);
|
|
|
|
#endif
|