Store servo Pwm values

You could use the EEPROM library to store the values in the EEPROM, but you only get 1024 bytes total. That would be enough for 512 readings (one from each motor) if you leave a decent amount of time between sampling the values.

If you need more space than that you would have to jump to an SD card.