Hi,
I build a controller with an Arduino Yun. On the digitalPins 0-5 are some switches. these switches controls relais on a relay-board with 8-channel. Every single relais is connected from digitalPin 8 upward as an Output-Pin.
The problem is, when I start bridge.begin() in the setup-section, there is a lot of flickering on my output-pins for the relais.
How can I prevent flickering?
Thank you.