File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -238,11 +238,34 @@ Module description
238
238
After the license comment::
239
239
240
240
"""
241
- `<module name>` - <Short description>
241
+ `<module name>`
242
242
=================================================
243
+
243
244
<Longer description.>
245
+
246
+ * Author(s):
247
+
248
+ Implementation Notes
249
+ --------------------
250
+
251
+
252
+ **Hardware:**
253
+
254
+ * Adafruit `Device Description
255
+ <hyperlink>`_ (Product ID: <Product Number>)
256
+
257
+ **Software and Dependencies:**
258
+
259
+ * Adafruit CircuitPython firmware for the supported boards:
260
+ https://circuitpython.org/downloads
261
+ * Adafruit's Bus Device library:
262
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
263
+ * Adafruit's Register library:
264
+ https://github.com/adafruit/Adafruit_CircuitPython_Register
265
+
244
266
"""
245
267
268
+
246
269
Class description
247
270
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
248
271
You can’t perform that action at this time.
0 commit comments