Search results

  1. F

    Audio library: change pins for PWM output

    Hi, I have a Teensy 3.0 a and I am trying to relocate the PWM output pins in the Audio library to other PWM capable pins (e.g. any pins in the 20-23 range). I tried to change the CORE_PINxx_CONFIG here: https://github.com/PaulStoffregen/Audio/blob/master/output_pwm.cpp#L53 with no success. If...
  2. F

    Teensy 3.0 -> Small-Scale Production

    Hi Paul, thanks for the quick response! I'm actually in that phase now but I have been developing my project so far using Teensyduino and making heavy use of many libraries available there. So for porting the project: Would I have to bring all these libraries to the CodeWarrior DevStudio? One...
  3. F

    Teensy 3.0 -> Small-Scale Production

    Hi, My question is related to this topic so I'll post it here: I'm considering using a Kinetis K10 in my project and the K20 datasheet states that "The K20 MCU family is pin, peripheral and software compatible with the K10 MCU family...". Does this meen that I could use the Teensyduino stack...
  4. F

    Teensy 3.0 CPU very hot

    Hi, I am using Teensy 3.0 for more than one month now (good fun!) including powering it from a LiPo battery. Today I have hooked an OLED display (SSD1306) and while setting it up (loaded the Adafruit's SSD1306 library and it worked) I've noticed that the CPU on the board got extremely hot...
Back
Top