Cysign
15.06.2015, 05:20
Hallo zusammen,
ich würde gerne mit der Libary EEPROMex von http://playground.arduino.cc/Code/EEPROMex einen Timestamp vom Typ time_t (32bit) im EEPROM ablegen.
Auf der verlinkten Seite steht
Data blocks
Using the block functions any data can be read, written and updated:
int readBlock(int address, const T& value)
int writeBlock(int address, const T& value)
int updateBlock(int address, const T& value)
where T is the type of the data to read/write/update. This can be a basic type, but also a more complex type like a struct. The return value gives the number of bytes that have been read, written or updated.
Allerdings komm ich einfach nicht drauf, wie ich den Tiemstamp ins EEPROM legen kann. Egal was ich versuche, ich bekomme immer eine andere Fehlermeldung.
Hat vielleicht jemand von euch mal mit der Lib gearbeitet und kann mir mit dem Zaunpfahl zuwinken?
ich würde gerne mit der Libary EEPROMex von http://playground.arduino.cc/Code/EEPROMex einen Timestamp vom Typ time_t (32bit) im EEPROM ablegen.
Auf der verlinkten Seite steht
Data blocks
Using the block functions any data can be read, written and updated:
int readBlock(int address, const T& value)
int writeBlock(int address, const T& value)
int updateBlock(int address, const T& value)
where T is the type of the data to read/write/update. This can be a basic type, but also a more complex type like a struct. The return value gives the number of bytes that have been read, written or updated.
Allerdings komm ich einfach nicht drauf, wie ich den Tiemstamp ins EEPROM legen kann. Egal was ich versuche, ich bekomme immer eine andere Fehlermeldung.
Hat vielleicht jemand von euch mal mit der Lib gearbeitet und kann mir mit dem Zaunpfahl zuwinken?