Thank you all for your assistance and knowledge. Kris, the example code will be a big help. As nopayne mentioned, I suppose i should use .update() rather than .put() to avoid redundant writes.
This is for a drum machine. I'm hoping to allow the...
I am working on a project and would like to allow the user to store a very small amount of data (like 64 bits) that they can continuously change as needed. I think I'd like to use eeprom, if possible, to avoid adding an additional memory module...
Two issues - I can't remember if omitting I2S input in the Audio tool frees that pin from alternate function setting, and if the audio shield is plugged into the Teensy it will be driving that pin constantly.
I'm using a Teensy 4.0 with the Audio Board and am trying to conserve as many GPIO pins as possible. My project does not use any audio input. This being the case, am I free to use pin 8?