EEPROMex library for Arduino - zip « Arduino « Downloads
Attribute | Value |
---|---|
Version | 0.9.1 |
Date posted | January 21, 2013 |
Downloaded | 22616 times |
Categories | Arduino |
Tags | arduino, library, eeprom, extended |
Description
The EEPROMex library for Arduino extends the functionality of the original Arduino EEPROM library ability to your Arduino to read and decode the atomic time broadcasted by the DCF77 radio-station. Example sketches have been added to demonstrate the usage.
The EEPROMex library implements:
– Reading, writing and updating to basic types like bytes, longs, ints, floats & doubles
– Reading, writing and updating to single bits
– Reading, writing and updating of arbitrary formats like structs
– Reading, writing and updating of arrays of arbitrary formats
– (Very) basic memory management
– Debug functionality: limit number of writes. limit writing in memory range
Additional documentation and samples with explanations can be found here.
March 16, 2013 at 12:10 PM
Cerco libreria EEprom per arduino due
March 23, 2013 at 4:36 PM
Se volete donare un Arduino Due, posso fare la libreria EEPROM la rendono compatibile con 🙂
January 29, 2014 at 8:50 AM
Hi,
I m trying to compile you example code with Arduino IDE 1.0.5. But I not able to compiling it properly. I have copied error below .
‘EEPROM’ was not declared in this scope.
please help me with this ……..
Regards,
Meet
April 6, 2014 at 2:02 PM
Hi
That is strange. Can you check if you have the most recent version? Cheers, Thijs
May 2, 2014 at 3:56 PM
Hi Thijs,
have You seen anywhere DCF device project (sketch) under Esplora?
There are pins D1, D0, D7, / D3, D11 (both on TK)
For example, I tried read DCF via D3 on INT 1. Result: null
Regards from Polish
May 2, 2014 at 4:17 PM
Ok, I have a solutions. Interrupt=0
Regards .
May 8, 2014 at 9:30 PM
Good to hear you fixed it
May 24, 2014 at 11:00 AM
Hi,
I’m intersting with your librairy, to communicate between NetDuino and ArDuino.
Is your projet compatible with .Net Micro ?
Thanks
Vincnet
July 1, 2014 at 11:03 AM
Hi Vincnet, I do not have a NetDuino, so I haven’t tried. I never optimized for memory footprint or efficiency, so even if it works, it might be a bit heavy for the NetDuino. It looks like a cool idea, though, so let me know what you find!
Thijs