Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: M24512.h
- Revision:
- 5:431b0b0c00d3
- Parent:
- 4:336ef5db5e78
diff -r 336ef5db5e78 -r 431b0b0c00d3 M24512.h --- a/M24512.h Wed Oct 16 13:30:15 2019 +0100 +++ b/M24512.h Thu Feb 13 13:55:59 2020 +0000 @@ -9,12 +9,21 @@ * <p> * v1.0.0 - 06 June 2019 * [+] Initial release + * * v1.0.1 - 16 September 2019 * [+] Add retry to Write() + * + * * v1.0.2 - 16 October 2019 + * [*] Decreased retry limit as to not WDT + * [+] Allow ready routine from public + * * v1.0.2 - 16 October 2019 * [*] Decreased retry limit as to not WDT - * [+] Allow ready routine from public - * </p> + * [+] Allow ready routine from public + * + * v1.0.3 - 13 February 2020 + * [+] Improved Timeout on read + * [+] Decreased default i2c frequency for stability */ #ifndef _M24512_H_ #define _M24512_H_