Skip to content

Commit

Permalink
Merge pull request arduino#971 from drf5n/patch-1
Browse files Browse the repository at this point in the history
Update highLow.adoc
  • Loading branch information
per1234 authored Feb 16, 2024
2 parents 7022c77 + e0246ca commit 4a6f667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Language/Variables/Constants/highLow.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subCategories: [ "Constants" ]

[float]
== Defining Pin Levels: HIGH and LOW
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`.
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`.

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

--
// SEE ALSO SECTION ENDS
// SEE ALSO SECTION ENDS

0 comments on commit 4a6f667

Please sign in to comment.