Search results

  1. J

    Teensy 3.0 and interrupts

    Pete You completely saved my day. Thank you. I had previously written the that line 6 lines higher, above the extern "C" part. I understand there is a reason why that wouldn't work, but your directions did. Now it's on to making sound synthesis! :) Jakob
  2. J

    Teensy 3.0 and interrupts

    Hello All I have been trying to get emertonom's suggesting for making interrupts work for me, but alas with no luck. I am using Teensyduino Beta7 were it seemed Paul has already made the change suggested my emertonom in mk20dx128.c, it is now just in line 128 (along with corrections to all the...
  3. J

    TRouble getting SPI to function with Teensyduino

    It worked!!!! Thank you so much :) No it's on to figuring out how those interrupts works, and we got synth... Jakob
  4. J

    TRouble getting SPI to function with Teensyduino

    Hello This may eb a very basic question, but it has really puzzled me in the last couple of hours not being able to get SPI to work. I am running teensyduino beta 7 from yesterday on MBP from last year. I am running this sketch: #include <SPI.h> #define CS 10 // Digital 10 byte sample = 0...
Back
Top