RGB mirror not working on Argon

@nils you could do a work around with using RGB.onChange(handler);
Then in handler, just analogWrite() the RGB values to the pins of your LED. This way you could also use RGB.control() to control both on board and your LED.

Btw thanks for this post, I was trying to get mirrorTo() working for the last 30mins.

2 Likes