Imported calculate, sendmysql to restserver

This commit is contained in:
2017-09-16 17:14:15 +02:00
parent b5f64016b7
commit 792e300186
6 changed files with 205 additions and 14 deletions

6
RestServer/calculate.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef calculate_H
#define calculate_H
float absoluteHumidityFloat(float temperature, float humidity);
#endif