Smart Garage monitor and control system
Dependencies: mbed HBridge MQ7 Ton SimpleScheduler Pir_sensor
Diff: Thingspeak/Thingspeak.h
- Revision:
- 4:ae0a21e468bb
diff -r 164296bb4985 -r ae0a21e468bb Thingspeak/Thingspeak.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Thingspeak/Thingspeak.h Fri Mar 19 18:58:13 2021 +0000 @@ -0,0 +1,7 @@ +#ifndef THINGSPEAK_H +#define THINGSPEAK_H + +extern void Esp8266_Init ( void ); +extern void Send_to_Thingspeak ( int field1, int field2, int field3 ); +extern int Read_from_Thingspeak( void ); +#endif /* THINGSPEAK_H */ \ No newline at end of file