Thanks Paul. I added unused PWM output object per your suggestion and I can get audio sample data now using AudioInputAnalog. Next, I'll try AudioInputAnalog with your FFT example.
Type: Posts; User: Tomsim
Thanks Paul. I added unused PWM output object per your suggestion and I can get audio sample data now using AudioInputAnalog. Next, I'll try AudioInputAnalog with your FFT example.
Hi Paul,
I tried your instruction on creating my own audio stream worker object but for some reason, I'm not getting any update call in the audio stream. Attached is my code. Right now it...
Well, I can make blinky with the ARM makefile after modification to both the makefile and blinky.c. There are many AVR parts in the code that I had to change (I sub usb debug code with hardware...
Thanks. It just dawned on me that this is what must be used for ARM. I tried the sample the ARM makefile but had problem with tools path so I went with the blinky makefile. I'll try the ARM...
Hi,
I changed Blinky's Makefile MCU = mk20dx256 for my new Teensy 3.1 but get this compiler error "unknown MCU 'mk20dx256' specified".
If anyone has a replacement Blinky Makefile for Teensy 3.1...