adafruit / Adafruit_CircuitPython_PIOASM

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

add public_labels to pio_kwargs #62

Closed Gebhartj closed 1 month ago

jepler commented 1 month ago

I've added #72 as an alternative to this. It creates a new public_labels property on Program objects. Please let us know in a comment if this fits your use cases.

jepler commented 1 month ago

Thanks for offering this improvement! While we didn't ultimately merge your PR we implemented similar functionality in #72 so please check it out. You're encouraged to open further issues or PRs if your needs still aren't met.