Blynk and ESP8266 led control

print

After we have connected Arduino with Blynk, we have to add the following line at the setup method.

pinMode(LED_BUILTIN, OUTPUT);

And on the Blynk app we add a button and we can control the light.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.