Skip to content

Commit b773309

Browse files
committed
update example
1 parent 8859d66 commit b773309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/read_signal/read_signal.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Servo servo1;
66
Servo servo2;
77

8-
// 1. Each signal must be read with an unsigned int
8+
// 1. Each signal must be read with an volatile unsigned int
99
#include <PulseInput.h>
1010
volatile unsigned int input1;
1111
volatile unsigned int input2;

0 commit comments

Comments
 (0)