Can I save information to a Yun without a sd?(solved)

Hey all,

I'm a electronics student currently working on a project for the hospital and i'll try and keep it brief. My arduino needs 2 modes, calibration and exercise. In Callibration i have a float that needs to be saved, so the user doesn't have to callibrate again and can shut the arduino off without it losing the value. (this float is used in exercise mode). Since it is only 4 bytes, is there a way to store it on the Yun without a SD card? And if so, how do i do it?

Thanks in advance!

Found the solution: http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduino/

Thumbs up for this guy!