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>...
Type: Posts; User: aidangoetzinger
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>...
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...
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...
Haha well if I've learned anything today it's that I need glasses. Thanks for the help, its up and running!
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...
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...