adafruit / Adafruit_CircuitPython_CircuitPlayground

CircuitPython library for Circuit Playground Express
MIT License
91 stars 71 forks source link

Update to import options and examples #79

Closed kattni closed 4 years ago

kattni commented 4 years ago

THIS IS A BREAKING CHANGE FOR THE UPDATED EXAMPLES. ALL PREVIOUS CODE WILL CONTINUE TO WORK AS-IS.

REQUIRES LATEST CHANGES TO CIRCUITPYTHON TO USE ON CIRCUIT PLAYGROUND EXPRESS. 5.x support for using this updated library on CPX requires this PR: https://github.com/adafruit/circuitpython/pull/2393 and there is a forthcoming PR for 4.x of the same nature that will be required to use the updated lib.

As this library is frozen into the CPX build, we will be doing a new release of 4.x once all the fixes are in. For now, this update doesn't affect the current 4.1.0 because the frozen library has not been updated yet.

Tested every example on Circuit Playground Bluefruit, Circuit Playground Express 5.x test build, and Circuit Playground Express 4.x test build.