File tree Expand file tree Collapse file tree 3 files changed +0
-29
lines changed
Expand file tree Collapse file tree 3 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 1010
1111
1212* Author(s): Scott Shawcroft
13-
14- Implementation Notes
15- --------------------
16-
17- **Hardware:**
18-
19- .. todo:: Add links to any specific hardware product page(s), or category page(s).
20- Use unordered list & hyperlink rST inline format: "* `Link Text <url>`_"
21-
22- **Software and Dependencies:**
23-
24- * Adafruit CircuitPython firmware for the supported boards:
25- https://github.com/adafruit/circuitpython/releases
26-
27- .. todo:: Uncomment or remove the Bus Device and/or the Register library dependencies
28- based on the library's use of either.
29-
30- # * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31- # * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
3213"""
3314
3415import struct
Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ Table of Contents
2424.. toctree ::
2525 :caption: Tutorials
2626
27- .. todo :: Add any Learn guide links here. If there are none, then simply delete this todo and leave
28- the toctree above for use later.
29-
3027.. toctree ::
3128 :caption: Related Products
3229
33- .. todo :: Add any product links here. If there are none, then simply delete this todo and leave
34- the toctree above for use later.
35-
3630.. toctree ::
3731 :caption: Other Links
3832
Original file line number Diff line number Diff line change 5555 ],
5656 # What does your project relate to?
5757 keywords = "adafruit blinka circuitpython micropython ble_file_transfer ble file transfer" ,
58- # You can just specify the packages manually here if your project is
59- # simple. Or you can use find_packages().
60- # TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
61- # CHANGE `py_modules=['...']` TO `packages=['...']`
6258 py_modules = ["adafruit_ble_file_transfer" ],
6359)
You can’t perform that action at this time.
0 commit comments