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 725d0cf commit 8e8ccf7Copy full SHA for 8e8ccf7
examples/Basic/IRQCounter/IRQCounter.ino
@@ -46,7 +46,7 @@ void loop()
46
{
47
// Check for received IRQ every second.
48
Serial.println("--------");
49
- for (auto i = irqChannel1; i <= irqChannel6; i++) {
+ for (unsigned int i = irqChannel1; i <= irqChannel6; i++) {
50
Serial.print("IRQ Channel: ");
51
Serial.print(i + 1);
52
Serial.print(" - ");
0 commit comments