adafruit / Adafruit_CircuitPython_CircuitPlayground

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

Remove keypad code, and were_pressed. #108

Closed kattni closed 3 years ago

kattni commented 3 years ago

After discussion, it was decided to remove were_pressed altogether which eliminates the need for gamepad (deprecated) or keypad. This is an API BREAKING CHANGE, and will require a full version bump.

were_pressed is not used in any internal projects that I can find, so no example code is affected.