NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Project Help and Ideas » LED Project Even/Odd cols are switch
September 22, 2012 by jaschon |
I just noticed that I built the LED Array with the odd/even columns reversed. Can you give me some tips to correct this problem in the code? |
---|---|
September 22, 2012 by mongo |
It's a little trick that utilizes the bilateral properties of the MCU output pins. Notice how if the level is high at the common side, one column works while a low makes the other column work. You get twice as much visual data by switching back and forth. |
September 23, 2012 by jaschon |
Thanks for the suggestion. I actually got it two work with a slight change in the interrupt function. In the if/else statement, I think I just changed the last param in the ledarray_set_columndriver call and switched the PORTB lines. |
Please log in to post a reply.
Did you know that many systems in nature can be described by a first order response? Learn more...
|