Hello,
I have to port some teensy 3.x code to teensy 4.x.
With Teensy 3.x I used to use EEPROMEX library (https://github.com/thijse/Arduino-EEPROMEx) which allow me to store many datas in EEPROM.
Teensy 4.x seem to don't behave the same as...
Thx Paul,
I plan to use AKM4191 Modulator with 2xAKM4499EX dac chips (one per channel) with some PGA 2320 for Analog volume control. So the MCU have to feed AKM4191 with PCM stream, mostly per I2S (while the chip can use TDM too).
I would be...