arduino/ArduinoCore-sam

Offset millis count "_dwTickCount" to desired value for runtime retentation from eeprom

OptifySudarshanPatil opened this issue · 2 comments

I need to store runtine in eeprom and restore into "millis()" return count.
Is it possible to change value of "_dwTickCount"?_dwTickCount

See also arduino/ArduinoCore-API#69, which tracks exactly this, but more generically across all cores.

Closing as no real time application.