Added WiFi connection to thingspeak (unfinished, requires better

reconnect and more)
This commit is contained in:
Holger Fleischmann
2019-04-14 09:30:09 +02:00
parent aa000ae1e1
commit efa607eeca
8 changed files with 270 additions and 111 deletions

9
ingest.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef INGEST_H_
#define INGEST_H_
#include "GeigerData.h"
void initIngest();
void ingest(GeigerData &geigerData, uint16_t intervalSamples);
#endif /* INGEST_H_ */