Skip to content

Commit a83f784

Browse files
committed
Update notes on SoftwareSerial library indicating which pads loose PWM if library is used.
1 parent 56bf34a commit a83f784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/SoftwareSerial/src/SoftwareSerial.cpp

+1-1
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 pad 11.
22+
on pads 11, 37, 48, and 49.
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

+1-1
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 pad 11.
22+
on pads 11, 37, 48, and 49.
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)