10BC0 RECEIVER.md: clarify pins in use by acquire.py. · peterhinch/micropython_ir@b1b7749 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1b7749

Browse files
committed
RECEIVER.md: clarify pins in use by acquire.py.
1 parent 0dd5fa3 commit b1b7749

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

RECEIVER.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ non-5V compliant hosts such as ESP32 and Raspberry Pi Pico and is fine on 5V
2020
compliant hosts too.
2121

2222
The pin used to connect the decoder chip to the target is arbitrary. The test
23-
program assumes pin X3 on the Pyboard, pin 23 on ESP32 and pin 13 on ESP8266.
24-
On the WeMos D1 Mini the equivalent pin is D7.
23+
program `acquire.py` uses the following pins by default:
24+
25+
| Host | Pin |
26+
|:-------:|:---:|
27+
| Pyboard | X3 |
28+
| ESP32 | 23 |
29+
| ESP8266 | 13 |
30+
| D1 Mini | D7 | WeMos naming convention for pin 13.
31+
| Pico | 16 |
2532

2633
A remote using the NEC protocol is [this one](https://www.adafruit.com/products/389).
2734

0 commit comments

Comments
 (0)
0