IFTTTMode.h 217 B

12345678910111213141516
  1. #ifndef IFTTTMode_h
  2. #define IFTTTMode_h
  3. #include <Arduino.h>
  4. #include <ESP8266WiFi.h>
  5. class IFTTTMode
  6. {
  7. private:
  8. public:
  9. IFTTTMode();
  10. void RunSetup();
  11. void IFTTTCommand();
  12. };
  13. #endif