Skip to content

Commit 9e7f2e8

Browse files
committed
updated info docstring
1 parent 5df0d9d commit 9e7f2e8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

adafruit_irremote.py

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
`adafruit_irremote`
2424
====================================================
2525
26-
Demo code for upcoming CircuitPlayground Express:
26+
Demo code for CircuitPlayground Express:
2727
2828
.. code-block: python
2929
@@ -39,6 +39,21 @@
3939
print(code)
4040
4141
* Author(s): Scott Shawcroft
42+
43+
Implementation Notes
44+
--------------------
45+
46+
**Hardware:**
47+
48+
* `CircuitPlayground Express <https://www.adafruit.com/product/3333>`_
49+
50+
* `IR Receiver Sensor <https://www.adafruit.com/product/157>`_
51+
52+
**Software and Dependencies:**
53+
54+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
55+
https://github.com/adafruit/circuitpython/releases
56+
4257
"""
4358

4459
# Pretend self matter because we may add object level config later.

0 commit comments

Comments
 (0)