Search results

  1. P

    Teensyduino 1.20 ??

    Is a copy of teensyduino 1.20 for Windows available anywhere ??
  2. P

    ILI9341 Flicker

    Hi all, Using Teensy 3.1, teensyduino 1.20, Arduino 1.0.6. I've been trying to conquer a tiny bit of flicker in a rapidly sequencing number, such as a stopwatch, tachometer, etc., in the PJRC tft display. The code below is a simple sketch of the best that I've come up with so far. But there is...
  3. P

    MCP3550 Quick Start

    Here is a simple and crude example of using the MCP3550-60 22bit A/D converter with a Teensy 3.1. It has a very good 60HZ rejection ratio. The chip is available in several different flavors with 50HZ or 50/60HZ rejection. After studying the data sheet I realized that a simple 'jackhammer'...
  4. P

    complimentary pwm with teensy 3 ?

    Is complimentary pwm with adjustable dead time possible using teensy 3's hardware ?
  5. P

    Teensy 3 & SD cardinfo compilation errors

    Hi all, When I try compiling the cardinfo example I get the following errors: C:\Users\Paul\Documents\Arduino\libraries\SD/utility/Sd2PinMap.h:312:1: error: cannot convert 'DDRDemulation*' to 'volatile uint8_t* {aka volatile unsigned char*}' in initialization Using teensyduino 1.15 with...
Back
Top