Closed TarjanPeter closed 5 years ago
Some minor changes were needed to make it work on Circuitpython (I tested on an Adafruit Trinket M0). Mostly it was about replacing time.sleep_ms and time.sleep_us with time.sleep plus a few more odds and ends.
Thanks for the clarification. Squashed and implemented.
Some minor changes were needed to make it work on Circuitpython (I tested on an Adafruit Trinket M0). Mostly it was about replacing time.sleep_ms and time.sleep_us with time.sleep plus a few more odds and ends.