Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: aidangoetzinger

Search: Search took 0.00 seconds.

  1. Apologies for the unusual/sloppy code, just...

    Apologies for the unusual/sloppy code, just needed something functional for the time being. Thanks for the help!



    #include <Audio.h>
    #include <Wire.h>
    #include <SPI.h>
    #include <SD.h>...
  2. Popping noise coming from teensy when connected to audio board

    I have been working on a pretty big FM synthesizer project for the past couple of months now. I am using a teensy 4.1. I have been limited on pins and have resorted to only using pins...
  3. Configure i2c pins with the Wire.h library?

    I am using both an LCD display and the Teensy Audio Shield. I am running low on PWM modulation pins and only have 9 left, fortunately the exact amount I need to control the LCD. However, when using...
  4. Haha well if I've learned anything today it's...

    Haha well if I've learned anything today it's that I need glasses. Thanks for the help, its up and running!
  5. analogRead() not returning any values

    hello, I am struggling to essentially just return any values with the analogRead() function. I have attached a 10k potentiometer to 3.3v and ground. When I print the values to the console all I see...
  6. usbMIDI was not declared in this scope?

    Hello,
    I have been trying to send MIDI data over usb into the teensy 4.0. However, I cant wrap my head around the error message I am receiving "'usbMIDI' was not declared in this scope". I will post...
Results 1 to 6 of 6