Skip to content

Commit 338f12a

Browse files
committed
docs: simplify and improve main module documentation
Remove the reference to the Feather nRF52840 Express, since this library can be used on many boards now (eg. Circuit Playground BlueFruit). Update BlueFruit Connect App link to point to Adafruit's main app web page, rather than the iOS-specific page, since this app is available for Andriod too now. Remove the GitHub releases link and add a link to to circuitpython.org's download page instead, because the GitHub release pages point there now.
1 parent 4b6bf71 commit 338f12a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

adafruit_bluefruit_connect/__init__.py

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,13 @@
2323
`adafruit_bluefruit_connect`
2424
============================
2525
26-
This module helps you to communicate with the Adafruit Bluefruit Connect app or use its protocols.
26+
This module helps you to communicate with the `Adafruit Bluefruit Connect App
27+
<https://learn.adafruit.com/bluefruit-le-connect>`_ or use its protocols with
28+
boards that run `Adafruit CircuitPython firmware
29+
<https://circuitpython.org/downloads>`_.
2730
2831
* Author(s): Dan Halbert for Adafruit Industries
2932
30-
Implementation Notes
31-
--------------------
32-
33-
**Hardware:**
34-
35-
Adafruit Feather nRF52840 Express <https://www.adafruit.com/product/4062>
36-
37-
**Software and Dependencies:**
38-
39-
* Adafruit Bluefruit LE Connect App
40-
https://learn.adafruit.com/bluefruit-le-connect-for-ios (also available for Android)
41-
* Adafruit CircuitPython firmware for the supported boards:
42-
https://github.com/adafruit/circuitpython/releases
43-
4433
"""
4534

4635
# imports

0 commit comments

Comments
 (0)