Search results

  1. ipaq3115

    Teensy 3.5 spotted in Hacksmith Railgun video

    Pretty cool Teensy powered project. https://youtu.be/qXXYkxCSiUY?t=685
  2. ipaq3115

    More info on compile errors?

    Hey guys, is there anyway to get more info on a compile error than what I can see with verbose mode in the arduino log? I've got a library that compiles on older versions of arduino/teensyduino but won't compile on the latest. (arduino 1.8.5 teensyduino 1.41) It's a fairly large library and I'm...
  3. ipaq3115

    Introducing the Pi Watch - We're on Kickstarter!

    Hey there everybody! We've just launched our Kickstarter project, a round smartwatch with the Teensy 3.1 at it's core. Take a look and let us know what you think! https://www.kickstarter.com/projects/958981650/the-pi-watch-a-programmable-open-source-smartwatch
  4. ipaq3115

    Double divide corrupting on the Teensy 3.1?

    I'm converting a set of long GPS coordinates to doubles so that I can manipulate them. Everything seems to be working as it should except that there is an error or something when dividing the coordinate down so that the decimal lines up. Here's the function I'm playing with I split it up to...
  5. ipaq3115

    Teensy 3.0, REFS0 and REFS1 missing?

    Hey guys, I'm trying to compile the library for the Adafruit audio shield (found here) and I'm stuck at this error. Compiles fine with all of the Arduino boards and the other teensy boards, only fails with the teensy 3.0. Here's the compiler output when I try to compile their WaveRecordPlay...
Back
Top