save data on teensy?

Status
Not open for further replies.

AdmiralCrunch

Well-known member
Hi,

I would like to store some data .. e.g. presets .. which should be stored, even if the teensy has no current-connection. is this possible? if so, how would that go?
 
I put my data into a structure and you can read write a struct{} just like a byte. Use sizeof ( nameOfYourStuct) to know what to add to the eeprom address for the next one.
 
Status
Not open for further replies.
Back
Top