kialna
Sr Member
No the Cree/internal led (whichever I choose) keeps 'breathing' at the moment. Also, like this?
void setup()
{
pinMode(button,INPUT_PULLUP);
pinMode(button, INPUT);
analogWrite(cree, 0);
}
??
- - - Updated - - -
Oh my god... that 10K resistor that propmaster used, seems to work. Give me a moment!
void setup()
{
pinMode(button,INPUT_PULLUP);
pinMode(button, INPUT);
analogWrite(cree, 0);
}
??
- - - Updated - - -
Oh my god... that 10K resistor that propmaster used, seems to work. Give me a moment!