Nickduino / Somfy_Remote

An Arduino Sketch able to simulate a Somfy remote control
Other
225 stars 95 forks source link

‘class EEPROMClass’ has no member named ‘get’ #25

Closed Benjalien closed 5 years ago

Benjalien commented 5 years ago

Hi, I have a compilation issue: Somfy_Remote.ino:47:14: error: ‘class EEPROMClass’ has no member named ‘get’ I have this on an Arduino Uno, could it be that I do something wrong? BR Benjamin

Benjalien commented 5 years ago

I solved it, it was related to my IDE version :( Sorry.

Nickduino commented 5 years ago

I'm glad you found a solution yourself because I haven't used the sketch in years...

Check out the Python version if you want to go further.