Library for Real Time Clock module MCP97410 based on Library for DS1307
Fork of RTC-DS1307 by
Diff: Rtc_Mcp97410.h
- Revision:
- 12:88f82e47b6a1
- Parent:
- 11:ef48dcb888c9
- Child:
- 13:10e564536e23
diff -r ef48dcb888c9 -r 88f82e47b6a1 Rtc_Mcp97410.h --- a/Rtc_Mcp97410.h Fri Jan 16 20:44:51 2015 +0000 +++ b/Rtc_Mcp97410.h Fri Jan 16 21:17:52 2015 +0000 @@ -265,6 +265,21 @@ */ bool writeEUI48(uint8_t* eui48); + /** read 8Byte EUI-64 address from EEPROM + * + * @param eui64 : array to hold 8 Bytes of EUI64 + * + */ + bool readEUI64(uint8_t* eui64); + + /** write 8Byte EUI-64 address to EEPROM + * + * be sure to enable EUI-write-Operation (UNLOCK) before + * @param eui64 : array with 8 Bytes of EUI64 + * + */ + bool writeEUI64(uint8_t* eui64); + /** unlock the EUI area in the EEPROM * * write operation must immediatly follow the unlock procedure