Skip to content

Commit 590495d

Browse files
committed
updated info docstring
1 parent 2afe88d commit 590495d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

adafruit_vc0706.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@
2828
of saving image to a SD card (must be wired up separately).
2929
3030
* Author(s): Tony DiCola
31+
32+
Implementation Notes
33+
--------------------
34+
35+
**Hardware:**
36+
37+
* Adafruit `TTL Serial JPEG Camera with NTSC Video
38+
<https://www.adafruit.com/product/397>`_ (Product ID: 397)
39+
40+
**Software and Dependencies:**
41+
42+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
43+
https://github.com/adafruit/circuitpython/releases
3144
"""
3245
import busio
3346
from micropython import const

0 commit comments

Comments
 (0)