We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6975c7c commit e5f633eCopy full SHA for e5f633e
libraries/SoftwareSerial/examples/SerialEcho/SerialEcho.ino
@@ -4,7 +4,7 @@
4
// can be used for RX:
5
// D0, D1, D2, D3, D8, D14, D15, A1, A2, A3, A4, A5
6
7
-SoftwareSerial SoftSerial(D8, D7); // Rx, Tx
+SoftwareSerial SoftSerial(2, 7); // Rx, Tx
8
9
void setup() {
10
Serial.begin(9600);
0 commit comments