Search results

  1. Y

    Teensy 3.6 trace width between USB socket and VUSB pad

    For my project I've been considering cutting the trace between VUSB and Vin on T3.6 and put a Lipo charging / discharge circuit between them. Doing so, however, will pass 1A avg. 2A peak current between the USB socket and the VUSB pad when charging the battery. I did some digging but could not...
  2. Y

    Teensy 3.6 ADC - Continuous read giving unexpected results

    The if statement basically says, "if and only if the conversion is done, the result will be read and j incremented". So after the last conversion result has been read and the current conversion is still going, adc->isComplete(ADC_0) evaluates to false and nothing will be done in the while loop...
  3. Y

    Teensy 3.6 CMT primary prescaler and FrequencyTimer2 library

    I'm researching the possibility of using of the CMT module on Teensy 3.6 to drive a linear CCD. I determined that the easiest way is to reverse engineer the FrequencyTimer2 library, and after a bit of digging, I figured out mostly how it works. One thing bothers me though, is that while the K66...
Back
Top