Hello, this is my first time posting. Been coding lightly for a week now, and decided to do the temperature sensor project from the official Arduino starter bundle.
I tested the LEDs to make sure there weren't any errors with the pins themselves by coding a quick output script from the same pins used during this project and found the pins still work, supplying the necessary output for a good, bright LED.
FYI, I just browsed around and found that the code exists in the IDE. I uploaded that code and the LEDs shine nice and bright! If you find that answer, it would be much appreciated.
I'll continue looking too, of course.
EDIT: I just noticed that I used a pinMode function instead of a digitalWrite for the beginning of the if statement after the Serial.print commands. I guess this makes a difference? Sorry to waste your time!
EDIT2:
New code for anyone else viewing this and they want to snag it later.