I have an arduino uno (just starting out) and I am a little confused about the "attachInterrupt(interrupt, ISR, mode)" function. The first parameter is described as "the interrupt number"; what do they mean by that?
I am just trying to have a counter running in loop() and have an led turn on when my switch changes status.