hi. i try uploading code and have this error in ardunio ide
exit status 1
class EEPROMClass' has no member named 'get'
exit status 1
class EEPROMClass' has no member named 'put'
She complains about these two lines
`
EEPROM.get(10, freq);
EEPROM.put(10, freq);**
`
