-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit 7b88e86
Add all supported boards to SoftwareSerial pins table
Since the time the SoftwareSerial library documentation was written, Arduino has created several new products supported
by the library. The information about which pins can be used on these board must be documented.
After this, the only currently active product with SoftwareSerial library support not included in the table is the
Portenta C33. From the information in the library's "SerialEcho" example, it might be inferred that the same limitations
as the UNO R4 boards apply to this board as well, but I was not able to verify this due to not having the hardware on
hand.1 parent 90d9ca4 commit 7b88e86
File tree
1 file changed
+10
-5
lines changed- content/learn/07.built-in-libraries/04.software-serial
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
36 | 41 |
| |
37 | 42 |
| |
38 | 43 |
| |
|
0 commit comments