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
I am not sure ButtonLed will work on all processors because it uses:
pinMode(pin, INPUT); // .. change the pin to input..
digitalWrite(pin, HIGH); // .. and activate pull up
and not all processor activate pull-up this way.
The text was updated successfully, but these errors were encountered:
I am not sure ButtonLed will work on all processors because it uses:
pinMode(pin, INPUT); // .. change the pin to input..
digitalWrite(pin, HIGH); // .. and activate pull up
and not all processor activate pull-up this way.
The text was updated successfully, but these errors were encountered: