Added restcurl, calculate bugfixes

This commit is contained in:
2017-08-25 23:49:31 +02:00
parent 464929cf88
commit 2efcbce437
3 changed files with 14 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
#ifndef dht22_H
#define dht22_H
#ifndef calculate_H
#define calculate_H
#include "dht22.h"
double absoluteHumidity(sensor *sensor);
float absoluteHumidity(sensor *sensor);
int compareSensors(sensor *inside, sensor *outside);
#endif

1
RaspberryPi/restcurl.c Normal file
View File

@@ -0,0 +1 @@

8
RaspberryPi/restcurl.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef restcurl_H
#define restcurl_H
#include "dht22.h"
//define functions here
#endif