10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd5fa3 commit b1b7749Copy full SHA for b1b7749
RECEIVER.md
@@ -20,8 +20,15 @@ non-5V compliant hosts such as ESP32 and Raspberry Pi Pico and is fine on 5V
20
compliant hosts too.
21
22
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.
+program `acquire.py` uses the following pins by default:
+
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 |
32
33
A remote using the NEC protocol is [this one](https://www.adafruit.com/products/389).
34
0 commit comments