Adds adafruit_blue.characteristics.float to ReadTheDocs
Adds adafruit_blue.services.nordic to ReadTheDocs
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.
Addresses Issue #148 with the following changes:
adafruit_blue.characteristics.float
to ReadTheDocsadafruit_blue.services.nordic
to ReadTheDocsVendorUUID
inSpheroService
class variable fromstr
tobytes
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.