adafruit / Adafruit_CircuitPython_CircuitPlayground

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

Raise NotImplementedError if using non-Express features #86

Closed kattni closed 4 years ago

kattni commented 4 years ago

Adding a way to deal with potentially importing non-Express features when using the Circuit Playground Express and the express module. Written to be scalable as more features are added to Bluefruit, and more Circuit Playgrounds are added in the future.

Requires stack size increase to CircuitPython that is not part of the current beta, it is currently part of master. I would like to get this frozen into the next CircuitPython beta if possible.

kattni commented 4 years ago

The new beta release has already been drafted - this will have to be included in the next release.

dhalbert commented 4 years ago

I am still testing the latest release. The draft is just the release notes, and I could add more PR's.

kattni commented 4 years ago

@dhalbert If it's not too much of an inconvenience, I would appreciate it being included. It's not crucial though, so if it's an issue, we can wait until the next release to include it.