Skip to content

Commit 8a45f47

Browse files
author
Stefania
authored
Merge pull request #14 from qub1750ul/pulseIn
Corrected mismatching variable names in the example
2 parents c2e0cc3 + ac2844d commit 8a45f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Advanced IO/pulseIn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Questo programma di esempio calcola il tempo di durata di un impulso sul pin 7.
5757
[source,arduino]
5858
----
5959
int pin = 7;
60-
unsigned long durata;
60+
unsigned long duration;
6161
6262
void setup()
6363
{

0 commit comments

Comments
 (0)