I just installed Teensiduino beta version as usual and then manually copied the cores (from the Arduino folder) into the respective PlatformIO directory, replacing the existing ones. I have read that you can explicitly...
I have implemented the code to use interrupts, but not tested it yet, as I have not received the ATmega4809 yet, and the board I am using as slave uses 5v.
But I was thinking, maybe it would make more sense using...
Thank you for your insights, Frank. I had indeed thought about using interrupts, but I have read the documentation about interrupts in the Audio library, I am still not sure how/if adding more interrupts while I am...
I am creating an audio sampler/sequencer with Teensy 4.1 and I am running out of pins, so instead continuing adding multiplexers, I have thought about using an inexpensive ATMEGA4809 (the Arduino Every microchip) to...