adafruit / HT1632

Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop
http://www.adafruit.com/products/555
38 stars 41 forks source link

Suggest adding pinMode OUTPUT in example code. #11

Open alana314 opened 7 years ago

alana314 commented 7 years ago

This is a suggestion to add pinMode(.., OUTPUT) to all of the pins in the example code. I do see pinMode(..., OUTPUT) in the library but I think I had to explicitly set it if I was using additional matrices or alternative arduino boards.