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
{{ message }}
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
I've got 7 BRUH multisensors up and running and I love them and I have 0 problems with them so far!
The only thing that bothers me is that I can't get rid of the blue light. It lights up when I'm connecting it to power but also on, which feels, random times. I could not find anything about this in the code so I was hoping you could push me in the right direction.
I noticed some people in the youtube comments have the same issues.
Thanks and keep up the awesome work!
The text was updated successfully, but these errors were encountered:
//new code to turn LED on then off
analogWrite(redPin, 1);
analogWrite(greenPin, 1);
analogWrite(bluePin, 1);
analogWrite(redPin, 0);
analogWrite(greenPin, 0);
analogWrite(bluePin, 0);
I've got 7 BRUH multisensors up and running and I love them and I have 0 problems with them so far!
The only thing that bothers me is that I can't get rid of the blue light. It lights up when I'm connecting it to power but also on, which feels, random times. I could not find anything about this in the code so I was hoping you could push me in the right direction.
I noticed some people in the youtube comments have the same issues.
Thanks and keep up the awesome work!
The text was updated successfully, but these errors were encountered: