EEPROM library

For makers who have purchased an Adafruit Starter Pack, get help with the tutorials here!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
w3asa
 
Posts: 9
Joined: Mon Apr 04, 2016 3:02 pm

EEPROM library

Post by w3asa »

I recently purchased the Arduino uno starter kit and downloaded ver 1.7.9 of the IDE. I have a project where I want to store int and float data types in the EEPROM. .write() and .read() compile but .put() and .get() don't. Do i need a different version of the EEPROM library or is there a simple workaround using read/write?

User avatar
Franklin97355
 
Posts: 23930
Joined: Mon Apr 21, 2008 2:33 pm

Re: EEPROM library

Post by Franklin97355 »

Do you mean 1.6.9? Which EEprom library are you using?

User avatar
w3asa
 
Posts: 9
Joined: Mon Apr 04, 2016 3:02 pm

Re: EEPROM library

Post by w3asa »

No, its version 1.7.9 which I downloaded from arduino.org. I understand there is an arduino.cc which resulted from a split in the community. Should I use that instead?

User avatar
Franklin97355
 
Posts: 23930
Joined: Mon Apr 21, 2008 2:33 pm

Re: EEPROM library

Post by Franklin97355 »

Yes, Arduino.cc is the original and the group we do business with.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Starter Pack”