Skip to content

Commit caf4700

Browse files
committed
Add note that pad 11 will loose PWM capabilities.
1 parent d87bf35 commit caf4700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/SoftwareSerial/src/SoftwareSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
and you do a Serial.print() the print will begin immediately and any additional
2020
RX characters will be lost.
2121
* Uses Timer/Compare module H (aka 7). This will remove PWM capabilities
22-
on some pins.
22+
on pad 11.
2323
* Parity is supported during TX but not checked during RX.
2424
* Enabling multiple ports causes 115200 RX to fail (because there is additional instance switching overhead)
2525

libraries/SoftwareSerial/src/SoftwareSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
and you do a Serial.print() the print will begin immediately and any additional
2020
RX characters will be lost.
2121
* Uses Timer/Compare module H (aka 7). This will remove PWM capabilities
22-
on some pins.
22+
on pad 11.
2323
* Parity is supported during TX but not checked during RX.
2424
* Enabling multiple ports causes 115200 RX to fail (because there is additional instance switching overhead)
2525

0 commit comments

Comments
 (0)