Hello,
I'm trying to switch from 0.0.11 to 0.0.12 for my sound module because it seems to have a more stable i2c to communicate with 24lc512 EEPROM.
Everything compiles fine after modifying a few usb names in the link process.
But Serial3.print(char) (used to transmit midi information) seems to be much slower...
I really get audio dropout each time a call it... Everything is fine when i shortcut these calls. And it worked perfectly with 0.0.11.
I use Serial3 which is initialized using :
Serial3.begin(31250);
Any change that could have cause this ?
Thanks,
Xaiver