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:
- 1:23935352bb22
- Parent:
- 0:11e6262c2981
- Child:
- 2:1457e305e2b4
--- a/M24512.h Fri Jun 07 14:45:45 2019 +0100
+++ b/M24512.h Fri Jun 07 14:50:42 2019 +0100
@@ -61,9 +61,13 @@
/** Return values for each function
*/
typedef enum {
+ /*! Succes */
M24512_SUCCESS = 0,
+ /*! I2C Ack error */
M24512_I2C_ERROR = 1,
+ /*! Device Ready timed out */
M24512_RDY_TIMEOUT = 2,
+ /*! Memory overflow */
M24512_MEM_OVERFLOW = 3
} status_t;