adafruit / Adafruit_CircuitPython_PIOASM

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

Examples failing actions #23

Closed evaherrada closed 2 years ago

evaherrada commented 3 years ago

It seems like 2 of the examples, rotaryencoder and rxuart, are failing pretty badly (incorrectly spelled variables, functions called that haven't been imported). @jepler Mind taking a look at that since you're more familiar with the library than I am?