adafruit / Adafruit_CircuitPython_BLE_Adafruit

Support for the BLE Adafruit Service, which provides access to on-board sensors and components
MIT License
9 stars 6 forks source link

add Adafruit Feather nRF52840 Sense to doc #8

Closed dglaude closed 4 years ago

dglaude commented 4 years ago

Ok, maybe this can be done manually after the fix to the code has been done... I don't want to rebase or whatever. Further fix will have to wait.

Actually other BLE related library are not listing all the product that would use that, such as https://github.com/adafruit/Adafruit_CircuitPython_BLE/blob/master/docs/index.rst

Maybe it does not make sense (punt intended) to list all of the BLE product... where do you stop? Itsy-Bitsy? What Else?

dhalbert commented 4 years ago

Why don't you just remove the product list. The app will actually accept any product. You could close this and remove the list. I merged the other PR so the import order issues should go away now.

dglaude commented 4 years ago

I don't know what is the policy for the product list in documentation... but as library get's old and new product come in, this get out of date.

dhalbert commented 4 years ago

OK, I just removed the "Related Products" list.