pcb test start

Dependencies:   mbed-rtos mbed

Fork of BAE_hw_test1_5 by sakthi priya amirtharaj

Revision:
9:7936b618a879
Parent:
7:603c2a89effc
--- a/mnm.cpp	Wed Mar 04 18:14:01 2015 +0000
+++ b/mnm.cpp	Mon Apr 06 15:53:24 2015 +0000
@@ -2,7 +2,7 @@
 #include "mnm.h"
 #include "pni.h" //pni header file
 Serial mnm(USBTX,USBRX); //for usb communication
-I2C i2c (PTC9,PTC8); //PTC2-sda,PTC1-scl
+I2C i2c (PIN85,PIN84); //PTC2-sda,PTC1-scl
 /*void INIT_PNI(void); //initialization of registers happens
 float *EXECUTE_PNI(); //data is obtained
 void T_OUT(); //timeout function to stop infinite loop*/