adafruit / Adafruit_CircuitPython_HT16K33

Adafruit CircuitPython driver for the HT16K33, a LED matrix driver IC.
MIT License
41 stars 29 forks source link

Fix type annotatations, minor tweaks #105

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago
  1. Fixes type annotations
  2. A couple minor non-functional tweaks for code improvement, like using for loop, enumerate, and making sure a variable was never unbound.
tekktrik commented 1 year ago

Alright, fixed the issues I found in my submission (the joys of nighttime commits), ready for review @makermelissa!