WLED/wled00/blynk.h
2020-03-30 06:56:51 -04:00

13 lines
283 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();
// TODO: Make sure that the macro expansions are handled correctly.
#endif //WLED_BLYNK_H