adafruit / Adafruit_CircuitPython_PIOASM

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

Add a link to the PIO tutorial #33

Closed dannystaple closed 2 years ago

FoamyGuy commented 2 years ago

@dannystaple thanks for adding this. The CI checks failed due to no extra newline at the end of index.rst file. Can you add that and push a commit with it?

If you are interested you can set up pre-commit in your local environment to find/fix some of the possible CI errors. There is a guide that covers the process here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code

dannystaple commented 2 years ago

@FoamyGuy thanks for that - I've got it installed - a good way to run pre-flight CI. I was running unittests and black on python code from my terminal - but hadn't come across that one.