CircuitPython_Community_Bundle icon indicating copy to clipboard operation
CircuitPython_Community_Bundle copied to clipboard

A bundle of useful CircuitPython libraries from the CircuitPython community.

Results 11 CircuitPython_Community_Bundle issues
Sort by recently updated
recently updated
newest added

Current libraries do not support controlling the 4 ports. This is my first project (I have only been working with CircuitPython (or Python) for the last month) - so I...

Hi, The hcsr04 sonar sensor, and the RCWL-1601 (lower voltage compatible sonar sensor) - does not work with the 7.x versions of CircuitPython, only if you downgrade the chip (tried...

The Adafruit_CircuitPython_Bundle has a nice [list of all the libraries](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md). - [ ] The community bundle should have a similiar page. - [ ] Add a link to that page...

good first issue

As diagnosed/solved on [discord]() earlier today (you can thank my `rf"..."` later 😉) With the current configuration of actions, if the "compilation" to `.mpy` fails, the zip is not generated...

Here's some draft text ... [also note that this repo does not have a copy of the code of conduct, but probably should] # Expectations for library inclusion You're interested...

The automatic bundle releases made by @adafruit-adabot include releases of libraries marked as `pre-release`. I suggest releases of the bundle marked as `stable` should only include stable library releases. Library...

This is the link in the readme: https://circuitpython.readthedocs.io/en/latest/docs/drivers.html That redirects to: https://docs.circuitpython.org/en/latest/docs/drivers.html Which gives a 404 error.

### Library submission: circuitpython-as7343 **GitHub Repository**: https://github.com/joepardue/circuitpython-as7343 **Short Description**: CircuitPython driver for the AMS AS7343 14-channel spectral sensor. This library includes: - `as7343.py` driver module - `README.rst`, `LICENSE`, `setup.py`, `requirements.txt`...

I'm trying to add my library to the Community Bundle but when I go to run `build.sh` I get errors like this while building `mpy-cross`: ``` GEN build/genhdr/qstrdefs.generated.h In file...