Skip to content

Commit d630f56

Browse files
author
Evert Arias
authored
Merge pull request #52 from marcelstoer/patch-1
Remove the outdated comment in Interrupts.ino
2 parents 3788bd9 + 63a715c commit d630f56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/Interrupts/Interrupts.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ void sequenceEllapsed()
2828

2929
void buttonISR()
3030
{
31-
/*
32-
When button is being used through external interrupts,
33-
parameter INTERRUPT must be passed to read() function
34-
*/
3531
button.read();
3632
}
3733

0 commit comments

Comments
 (0)