Skip to content

Commit 0266b7b

Browse files
Update begin.adoc
Specified Even and Odd Parity
1 parent de1dd80 commit 0266b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Serial/begin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ An optional second argument configures the data, parity, and stop bits. The defa
3939
`SERIAL_6N2` +
4040
`SERIAL_7N2` +
4141
`SERIAL_8N2` +
42-
`SERIAL_5E1` +
42+
`SERIAL_5E1`: even parity +
4343
`SERIAL_6E1` +
4444
`SERIAL_7E1` +
4545
`SERIAL_8E1` +
4646
`SERIAL_5E2` +
4747
`SERIAL_6E2` +
4848
`SERIAL_7E2` +
4949
`SERIAL_8E2` +
50-
`SERIAL_5O1` +
50+
`SERIAL_5O1`: odd parity +
5151
`SERIAL_6O1` +
5252
`SERIAL_7O1` +
5353
`SERIAL_8O1` +

0 commit comments

Comments
 (0)