Search results

  1. G

    Teensy 2.0 INT6 in Arduino

    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
Back
Top