adafruit / Adafruit_CircuitPython_BLE

Bluetooth Low Energy (BLE) library for CircuitPython
MIT License
127 stars 58 forks source link

Add missing files to ReadTheDocs #149

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Addresses Issue #148 with the following changes:

  1. Adds adafruit_blue.characteristics.float to ReadTheDocs
  2. Adds adafruit_blue.services.nordic to ReadTheDocs
  3. Changes input to VendorUUID in SpheroService class variable from str to bytes as it should be, but I ultimately decided to keep in unlisted in ReadTheDocs because the file/class is unimplmented and I couldn't find it being used in any adafruit repos.