I plan to store in ram last value when a potentiometer updates will i ran out of write cycles too fast?
or i'm misunderstanding memory in Arduino
I plan to store in ram last value when a potentiometer updates will i ran out of write cycles too fast?
or i'm misunderstanding memory in Arduino
probably
@Kawashima
If you mean a volatile memory (not a EEPROM like) - it can be updated unlimited times with almost any speed (limited by controller cycles duration only).
thank you