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
Reason for the problem: When a resistor is connected between the LED's pins and the Arduino's digital pins, the LED is unable to fetch the value of the digital pins.
LED will work as intended (blink in intervals) when NEGATIVE pin is connected to GND instead of a digitally programmed LOW Arduino Pin ( digitalWrite(NEG_PIN, LOW); ).
The text was updated successfully, but these errors were encountered:
Description: LED is not glowing when either pins (POSITIVE or NEGATIVE) is connected to Arduino's Digital Pins with a resistor in between.
Steps to Reproduce:
Expected behavior: LED should blink.
Reason for the problem: When a resistor is connected between the LED's pins and the Arduino's digital pins, the LED is unable to fetch the value of the digital pins.
Browser: Firefox 110 (Ubuntu)
Tested on:
Additional Context:
The text was updated successfully, but these errors were encountered: