Parsing rest data with cJSON lib. New restcurl function: getRestSensor()

This commit is contained in:
2017-08-27 01:35:12 +02:00
parent 740589b158
commit 98a0e3ff5f
5 changed files with 2987 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
#include "dht22.h"
char *handle_url(char *url);
int getRestSensor(sensor *sensor);
#endif