Skip to content

Commit 0a08595

Browse files
author
SimonePDA
authored
Update digitalWrite.adoc
A small change in the last sentence before the code. The proposed text changes are OK.
1 parent 6d01f44 commit 0a08595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Digital IO/digitalWrite.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Nothing
5757
[float]
5858
=== Example Code
5959
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
60-
The code makes the digital pin 13 an `OUTPUT` and toggles it by alternating between `HIGH` and `LOW`.
60+
The code makes the digital pin 13 an `OUTPUT` and toggles it by alternating between `HIGH` and `LOW` at one second pace.
6161

6262
//[source,arduino]
6363
----

0 commit comments

Comments
 (0)