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

3
RestServer/sendmysql.h Normal file
View File

@@ -0,0 +1,3 @@
void insertData(int node_id, float temperature, float humidity, int isoutside);
void insertDataAverages(float temperature, float humidity, float gm3, int isoutside);