Search results

  1. J

    Teensy 3 Encoder Lib

    Is the hardware quadrature decoder implementation still topical ? Is it scheduled for teensyduino 1.15 ?
  2. J

    Teensyduino 1.14 Release Candidate #1 Available

    Declaring timer as global worked, thank you !
  3. J

    Teensyduino 1.14 Release Candidate #1 Available

    IntervalTimer IntervalTimer doesn't seem to work for me. If I try to flash a code using it, Windows tells me the board is not recognized any more and I cannot open Serial monitor for example. Here is my test code : #include "IntervalTimer.h" const int ledPin = 13; void timerCallback() {...
  4. J

    Teensy 3 Encoder Lib

    I'm also very interested in the Encoder library, and if it could be optimized with hardware quadrature decoder it would be awesome ! I'm not good enough to help you developping this kind of stuff, but I fully support you guys ! :)
Back
Top