Fix examples for change in adafruit_lsm6ds
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.