Search results

  1. D

    PJRC and Teensy(s) need a Wiki

    I'm certainly fine if the more seasoned and experienced Teensy community, e.g., folks who got beta LC's and those supporting libraries, band together to contribute a wiki for sharing accumulated knowledge about Teensy 3.0/3.1. I'd be happy to share lessons I learn too, but perhaps in the short...
  2. D

    Compile errors using interrupts on Teensy 3.1

    Thanks, everyone. In terms of the use of attachInterrupt() with Teensy 3.1, looks like I'll just set aside some time (hopefully this weekend) to experiment through trial & error and see if I can craft some examples that work. Certainly I'd be happy to post those somewhere. And that leads...
  3. D

    Compile errors using interrupts on Teensy 3.1

    Thanks, @stevech! You're right that having all the website pages be for Teensy 2 and no comparable coverage for Teensy 3.X is seriously confusing. I'm familiar with attachInterrupt() from AVR/Arduino programming for use with INT0/INT1 but not to attach a service routine to a particular pin for...
  4. D

    Compile errors using interrupts on Teensy 3.1

    Greetings, I'm brand new to Teensy 3.1 but am keen to come up to speed with it as a better platform for several of my more extensive Arduino projects. I am trying to port over code that depends on using pin change interrupts to detect button pushes as part of controlling the code (and device)...
Back
Top