github adafruit/circuitpython 0.8.2
0.8.2 - Standalone Bugfix

latest releases: 9.1.0-beta.2, 9.1.0-beta.1, 9.0.4...
pre-release7 years ago

Fix a bug that is only critical when USB data is not connected.

To install, download a .bin file and follow the guide here.

Full explanation

reset_samd21() ensures peripheral and pin state but was only done after the first main run. Without this reset, pin state is unknown and risks generating a ValueError exception due to pin in use. With USB data, the autoreset causes a reset and everything works. Without it, CircuitPython stays in the pre-repl error state.

Don't miss a new circuitpython release

NewReleases is sending notifications on new releases.