Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL

Dependencies:   mbed

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;