File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
adafruit_ble/services/standard Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ This is easily achieved by downloading
2929Installing from PyPI
3030====================
3131
32- Warning: This will **not ** work with BLE on Linux
32+ Warning: Linux support is **very ** limited. See `Adafruit Blinka _bleio
33+ <https://github.com/adafruit/Adafruit_Blinka_bleio> `_ for details.
3334
3435On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
3536PyPI <https://pypi.org/project/adafruit-circuitpython-ble/> `_. To install for current user:
@@ -52,7 +53,7 @@ To install in a virtual environment in your current project:
5253 python3 -m venv .env
5354 source .env/bin/activate
5455 pip3 install adafruit-circuitpython-ble
55-
56+
5657 Usage Example
5758=============
5859
Original file line number Diff line number Diff line change 3030"""
3131import struct
3232
33+ import _bleio
3334from micropython import const
3435
35- import _bleio
3636from adafruit_ble .characteristics import Attribute
3737from adafruit_ble .characteristics import Characteristic
3838from adafruit_ble .characteristics .int import Uint8Characteristic
Original file line number Diff line number Diff line change 1- Adafruit-Blinka
1+ adafruit-blinka
2+ adafruit-blinka-bleio
Original file line number Diff line number Diff line change 3434 author_email = 'circuitpython@adafruit.com' ,
3535
3636 install_requires = [
37- 'Adafruit-Blinka'
37+ 'adafruit-blinka' ,
38+ 'adafruit-blinka-bleio'
3839 ],
3940
4041 # Choose your license
You can’t perform that action at this time.
0 commit comments