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: eeprom_cust.h
- Revision:
- 14:2e17a27f56b2
- Parent:
- 11:8702316d7fc8
- Child:
- 17:faa4d4976d22
--- a/eeprom_cust.h Sat Apr 27 09:30:38 2019 +0000 +++ b/eeprom_cust.h Sat Jun 08 09:16:21 2019 +0000 @@ -10,4 +10,7 @@ #endif #define MIN(X,Y) ((X) < (Y) ? (X) : (Y)) -#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) \ No newline at end of file +#define MAX(X,Y) ((X) > (Y) ? (X) : (Y)) + +#define EEPROM_DEVICE_ADDRESS_ADDRESS 0x40 +#define DEVICE_DEFAULT_ADDRESS 12 \ No newline at end of file