You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accidentally writing Serial.begin(115200) twice in the setup function caused the red signal to disappear but Blue and Green remained. Printing to serial monitor still worked but red component was missing. Obviously not an issue that needs fixing as you shouldn't have two Serial begins, but something to be aware of.
The text was updated successfully, but these errors were encountered:
sorvad
changed the title
Using PWM stops Red signal - 3bit colour
Accidental "Serial.begin()" more than once in code stops red signal occuring - 3bit colour
Aug 16, 2019
Accidentally writing Serial.begin(115200) twice in the setup function caused the red signal to disappear but Blue and Green remained. Printing to serial monitor still worked but red component was missing. Obviously not an issue that needs fixing as you shouldn't have two Serial begins, but something to be aware of.
The text was updated successfully, but these errors were encountered: