Hello,
Did you ever resolve this issue? I was also trying to use INT6 on the Teensy 2.0 and it failed to work.
Code:
#define CH_PIN 24
void setup(){
pinMode(CH_PIN, INPUT);
attachInterrupt(CH_PIN, CH, FALLING);
}
Any help would be greatly appreciated.
Best,
Gabe