adafruit / Adafruit_CircuitPython_PIOASM

Simple assembler to convert pioasm to bytes
MIT License
27 stars 17 forks source link

Add type annotations for library and tests. #64

Closed kbsriram closed 5 months ago

kbsriram commented 5 months ago

Verified that mypy --strict adafruit_pioasm.py tests runs without errors.

Fixes: https://github.com/adafruit/Adafruit_CircuitPython_PIOASM/issues/24