bridystone / SevSegShift

Seven segment display controller library for Arduino
MIT License
28 stars 8 forks source link

updated code examples to match provided wiring diagram #1

Closed omnilord closed 4 years ago

omnilord commented 4 years ago
bridystone commented 4 years ago

haha - good catch.

Have you tested with PIN 13? I remember having problems with this default PIN, because it was used by several other connection (USB message LED, etc)

edit: maybe the wiring diagram should rather be updated...

omnilord commented 4 years ago

I have an UNO wired up to match the diagram right now, and when my NANOs came in, I wired them up the same to test, so that's two different types of boards that work with Pin 13 no problems.

bridystone commented 4 years ago

That's good news - thanks for your efforts! One final question: Have you enabled the Serial-Monitor and put some debug messages to the Serial Monitor? Serial.begin in the setup() and Serial.print("something") in the loop?

omnilord commented 4 years ago

Running a little late on getting back to you on this, but:

That's good news - thanks for your efforts! One final question: Have you enabled the Serial-Monitor and put some debug messages to the Serial Monitor? Serial.begin in the setup() and Serial.print("something") in the loop?

Yes, none of my projects have been deployed yet, so they all have pretty thorough serial debugging throughout the sketches.