Adafruit_CircuitPython_BLE_Adafruit

Support for the BLE Adafruit Service, which provides access to on-board sensors and components

MIT License

Downloads
1.1K
Stars
9
Committers
10

Bot releases are hidden (Show)

Adafruit_CircuitPython_BLE_Adafruit - 1.4.9 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit/compare/1.4.8...1.4.9

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.8 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.7 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-BLE-Adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.6 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.5 - Fixed version string

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.4 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.3 - fix CLUE demo

Published by dhalbert over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

What's Changed

New Contributors

Adafruit_CircuitPython_BLE_Adafruit - 1.4.2 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.1 - Repo documentation and config updates

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.4.0 - Use newly exposed BLE constants

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.3.3 - Updated documentation link, python version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.3.2 - Update ulab import

Published by FoamyGuy almost 3 years ago

This release fixes the import for ulab to work with latest versions of CircuitPython 7.x.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.3.1 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.3.0 - support Advertisement entry argument

Published by dhalbert over 3 years ago

Support optional Advertisement entry optional argument, added in Adafruit_CircuitPython_BLE 8.0.0.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble_adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.2.4 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble_adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.2.3 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble_adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.2.2 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble_adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - Fix examples for change in adafruit_lsm6ds

Published by dhalbert about 4 years ago

The API of adafruit_lsm6ds has changed, necessitating a change in the example code. In addition, there are other changes due to new pylint checks. Only the code in examples/ has changed. The library code in adafruit_ble/ is the same.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - Fixes packet sizes

Published by kattni about 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Adafruit_CircuitPython_BLE_Adafruit - 1.1.1 - Fixed discord invite link

Published by evaherrada over 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-ble-adafruit.

Read the docs for info on how to use it.

Package Rankings
Top 24.61% on Pypi.org
Related Projects