Calculation for g/m^3

This commit is contained in:
2017-08-23 22:20:46 +02:00
parent 3482630ed8
commit bac990f73f
3 changed files with 89 additions and 0 deletions

4
RaspberryPi/calculate.h Normal file
View File

@@ -0,0 +1,4 @@
/* Include guard */
#include "dht22.h"
double absoluteHumidity(sensor *sensor);