jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Revision:
3:0c3f7c3fabc9
Parent:
0:d6e3d1e21484
--- a/i2c.cpp	Mon Jun 15 13:32:28 2015 +0000
+++ b/i2c.cpp	Tue Jun 16 09:04:53 2015 +0000
@@ -3,9 +3,9 @@
 #include "i2c.h"
 
 Serial gc(USBTX,USBRX);
-InterruptIn irpt_4m_slv(D12);                                      //I2c interrupt from CDMS
-DigitalOut irpt_2_slv(D11);                                        //I2C interrupt to CDMS
-I2C master(PTE0,PTE1);
+InterruptIn irpt_4m_slv(D9);                                      //I2c interrupt from CDMS
+DigitalOut irpt_2_slv(D8);                                        //I2C interrupt to CDMS
+I2C master(D14,D15);