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 9c789b9 commit 1efd966Copy full SHA for 1efd966
examples/StandardFirmata/StandardFirmata.ino
@@ -65,7 +65,7 @@ int pinState[TOTAL_PINS]; // any value that has been written
65
/* timer variables */
66
unsigned long currentMillis; // store the current value from millis()
67
unsigned long previousMillis; // for comparison with currentMillis
68
-int samplingInterval = 19; // how often to run the main loop (in ms)
+unsigned int samplingInterval = 19; // how often to run the main loop (in ms)
69
70
/* i2c data */
71
struct i2c_device_info {
0 commit comments