Search results

  1. P

    Stuck on RawHid

    Hello, I have a Teensy 2.0 project that set up as a RawHid device and was able to get the project going under windows in visual c++. I switched to Linux a while back (long story), bought a Teensy 3.0, and now I am getting to building a better circuit for my project with the newer hardware...
  2. P

    interfacing sd card and 2x16 lcd to teensy 2.0

    A program complied to run on your PC is not going to run on the Teensy. You're likely going to need at least 2 different programs, the teensy program that communicates with the PC & output to the LCD screen, and the other application for the PC software. Depending on the context, I would imagine...
  3. P

    win7 x64 will not auto-reset

    I am not sure if it's a T3 issue. When I got mine in the mail, I immediately tried it on my Windows 7 SP1 x64 Pro machine to test it out and didn't notice any large delays in Teensy loader for BETA 8. It worked pretty quickly, IIRC it took longer to compile the application than it took to...
  4. P

    Cannot get Teensy Loader to work with Teensy 3.0

    Yes, the pin is different. I can't remember what it was off hand (8?), but the LED pin you want is listed on the sheet that was shipped with the Teensy 3.
  5. P

    Teensy 2

    I downloaded the example to see what you were working with, and it's seems that you simply didn't load the program into the teensydunio sketch. Thoes two "built-in" functions are defined in the example. This is a bit new to me since I've always used make files and WinAVR to build programs for a...
Back
Top