Search results

  1. R

    ADC library, with support for Teensy 4, 3.x, and LC

    Thanks! I downloaded the latest Teensyduino version (I was using 1.18-rc2), and now everything compiles! Much appreciated.
  2. R

    ADC library, with support for Teensy 4, 3.x, and LC

    I actually get this error whenever I load any sketch that tries to include the library (all of the examples included). If I open a blank sketch and type this one line: #include <ADC.h> and compile, the same error pops up...
  3. R

    ADC library, with support for Teensy 4, 3.x, and LC

    I apologize if this is a noob mistake on my part, but whenever I try to include the ADC library in a sketch (including the examples), I get this error: Arduino: 1.0.5-r2 (Windows 7), Board: "Teensy 3.1" \Arduino\libraries\ADC\ADC_Module.cpp: In constructor 'ADC_Module::ADC_Module(uint8_t)'...
  4. R

    Teensy 3.1 dead?

    Sorry about the wait- had a really busy past few days. Also, new Teensy 3.1s arrived in the mail today, so I tested them and they worked fine. Here's what happened when I tried to upload the "Blink" sketch (with ledPin = 13 of course) to my old (not working) Teensy 3.1: First I clicked on the...
  5. R

    Teensy 3.1 dead?

    @stevech: Yep, definitely the right .hex file! @Paul: Thanks for the suggestion, I tested it with the Device manager open (am using windows). The device manager would refresh when I hit the reset button on the Teensy 3.1, but no new devices appeared, with the Teensy USB type set to Serial...
  6. R

    Teensy 3.1 dead?

    Hmm... I just tried it again with another cable, and loaded the Blink example without anything attached except the header pins, but no dice!
  7. R

    Teensy 3.1 dead?

    I've been using my Teensy 3.1 for about a month now, running bunches of Arduino sketches with few to no problems. For some reason though, this morning, when I tried to start up a sketch that worked last night, it failed to respond. So, to make sure nothing was wrong, I loaded up the basic...
Back
Top