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.
Dependencies: mbed
Diff: inc/globals.h
- Revision:
- 46:0de65f1bd714
- Parent:
- 44:741ee27c8a34
- Child:
- 48:8e9de9ff1f22
--- a/inc/globals.h Sun Mar 10 17:56:52 2019 +0000 +++ b/inc/globals.h Sun Mar 10 18:03:46 2019 +0000 @@ -95,6 +95,8 @@ #define I2C_SLAVE1 0x71 #define I2C_SLAVE2 0x72 #define myI2Caddress I2C_MASTER +//#define myI2Caddress I2C_SLAVE1 +//#define myI2Caddress I2C_SLAVE2 const unsigned short i2c_addr_slave1 = I2C_SLAVE1 << 1; const unsigned short i2c_addr_slave2 = I2C_SLAVE2 << 1;