Skip to content

Commit e0246ca

Browse files
authored
Update highLow.adoc
Change the 0/1 order to match the HIGH/LOW & true/false order in the beginning of the sentence.
1 parent 7022c77 commit e0246ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Language/Variables/Constants/highLow.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subCategories: [ "Constants" ]
1212

1313
[float]
1414
== Defining Pin Levels: HIGH and LOW
15-
When reading or writing to a digital pin there are only two possible values a pin can take/be-set-to: `HIGH` and `LOW`. These are the same as `true` and `false`, as well as `0` and `1`.
15+
When reading or writing to a digital pin there are only two possible values a pin can take/be-set-to: `HIGH` and `LOW`. These are the same as `true` and `false`, as well as `1` and `0`.
1616

1717
[float]
1818
=== HIGH
@@ -58,4 +58,4 @@ When a pin is configured to OUTPUT with pinMode(), and set to LOW with digitalWr
5858
[role="language"]
5959

6060
--
61-
// SEE ALSO SECTION ENDS
61+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)