Added restcurl, calculate bugfixes
This commit is contained in:
@@ -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
1
RaspberryPi/restcurl.c
Normal file
@@ -0,0 +1 @@
|
||||
|
8
RaspberryPi/restcurl.h
Normal file
8
RaspberryPi/restcurl.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef restcurl_H
|
||||
#define restcurl_H
|
||||
|
||||
#include "dht22.h"
|
||||
|
||||
//define functions here
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user