Hello guys ,
I’m new to the community, I wanted to ask you if you can turn on the physical LEDs depending on the button that I press on the blynk smartphone application.
In the project I have 4 buttons (d0, d1, d2.d3) and I would like to turn on the leds on (d5, d6, d7, d8) when the status of the digital pins button is on.
it’s possible to do it ?
thank you guys ,
I solved the problem by defining the pins of the 4 LEDs and the 4 buttons (which I use in Blynk)
then with the if … esle command I told the program when rele 'is LOW turn on HIGH led
Working with reverse logic