1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-09-03 05:42:34 +02:00

swap softwareSerialTxPin & softwareSerialRxPin

This commit is contained in:
Stephan Eisfeld
2018-09-15 20:35:56 +02:00
parent 9a373c379f
commit c1f587719d

View File

@@ -94,8 +94,8 @@
// define global constants
const uint8_t softwareSerialTxPin = 2; // software serial tx, wired with 1k ohm to rx pin of DFPlayer Mini
const uint8_t softwareSerialRxPin = 3; // software serial rx, wired straight to tx pin of DFPlayer Mini
const uint8_t softwareSerialTxPin = 3; // software serial tx, wired with 1k ohm to rx pin of DFPlayer Mini
const uint8_t softwareSerialRxPin = 2; // software serial rx, wired straight to tx pin of DFPlayer Mini
const uint8_t mp3BusyPin = 4; // reports play state of DFPlayer Mini, low = playing
const uint8_t irReceiverPin = 5; // pin used for the ir receiver
const uint8_t statusLedPin = 6; // pin used for status led