File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CircuitPython driver for use with IR Receivers.
14
14
15
15
Examples of products to use this library with:
16
16
17
- * `CircuitPlayground Express <https://www.adafruit.com/product/3333 >`_
17
+ * `Circuit Playground Express <https://www.adafruit.com/product/3333 >`_
18
18
19
19
* `IR Receiver Sensor <https://www.adafruit.com/product/157 >`_
20
20
@@ -33,7 +33,7 @@ Usage Example
33
33
34
34
.. code-block :: python
35
35
36
- # CircuitPlayground Express Demo Code
36
+ # Circuit Playground Express Demo Code
37
37
# Adjust the pulseio 'board.PIN' if using something else
38
38
import pulseio
39
39
import board
Original file line number Diff line number Diff line change 23
23
`adafruit_irremote`
24
24
====================================================
25
25
26
- Demo code for CircuitPlayground Express:
26
+ Demo code for Circuit Playground Express:
27
27
28
28
.. code-block: python
29
29
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Table of Contents
26
26
.. toctree ::
27
27
:caption: Related Products
28
28
29
- CircuitPlayground Express <https://www.adafruit.com/product/3333 >
29
+ Circuit Playground Express <https://www.adafruit.com/product/3333 >
30
30
IR Receiver Sensor <https://www.adafruit.com/product/157 >
31
31
32
32
.. toctree ::
Original file line number Diff line number Diff line change
1
+ # Circuit Playground Express Demo Code
2
+ # Adjust the pulseio 'board.PIN' if using something else
1
3
import pulseio
2
4
import board
3
5
import adafruit_irremote
You can’t perform that action at this time.
0 commit comments