I write and read to the ATtiny85's data EEPROM. It would be useful to be able to write and read it via the Arduino IDE or, at least, tell the IDE not to clear it each time I load new code.
Is there a way to do this?
Thanks in advance,
Rick
I write and read to the ATtiny85's data EEPROM. It would be useful to be able to write and read it via the Arduino IDE or, at least, tell the IDE not to clear it each time I load new code.
Is there a way to do this?
Thanks in advance,
Rick
Which core are you using to program the tiny85? The ATTinyCore core has options to retain or erase the EEPROM.
groundFungus,
Thanks for your help. It is exactly what I needed.
Rick
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.