We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8859d66 commit b773309Copy full SHA for b773309
examples/read_signal/read_signal.ino
@@ -5,7 +5,7 @@
5
Servo servo1;
6
Servo servo2;
7
8
-// 1. Each signal must be read with an unsigned int
+// 1. Each signal must be read with an volatile unsigned int
9
#include <PulseInput.h>
10
volatile unsigned int input1;
11
volatile unsigned int input2;
0 commit comments