Does the Galileo board support Interrupts the way other arduino boards do?
I tried inserting an interrupts(); call to enable interrupts in setup() and got the error "'interrupts' was not declared in this scope". The code was copied over from a sketch I ran on an arduino uno where it worked fine. An attachInterrupt() function call didn't generate this type of error. I searched through the examples with grep and couldn't find any example that used interrupts.