WLED/wled00/wled_blynk.h
2020-03-25 04:00:55 -04:00

13 lines
310 B
C

#ifndef WLED_BLYNK_H
#define WLED_BLYNK_H
#include <Arduino.h>
/*
* Remote light control with the free Blynk app
*/
void initBlynk(const char* auth);
void handleBlynk();
void updateBlynk();
// Unsure if the macro expansions need to accessed through the declaration... TODO
#endif //WLED_BLYNK_H