export test

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by nikita teggi

Revision:
31:37d3ae1fa1eb
Parent:
24:d992ee8369f4
--- a/glc.cpp	Sat Jul 08 12:06:16 2017 +0000
+++ b/glc.cpp	Fri Mar 02 13:56:33 2018 +0000
@@ -194,11 +194,11 @@
  unsigned char GLC_START = 0;
 //osTimerDef (sample_data, sample);                      // define timers
 //osTimerDef (Compute_GLC, Compute);  
-DigitalIn test_strip(PTA12);
+DigitalIn test_strip(PC_13);
 
-AnalogIn Ain(PTC1);//Electrode one
-AnalogIn Ain2(PTE29); // Electrode two
-AnalogOut DAC_signal(PTE30);
+AnalogIn Ain(PA_1);//Electrode one
+AnalogIn Ain2(PA_4); // Electrode two
+//AnalogOut DAC_signal(PA_2);
 Serial gtc(USBTX, USBRX);
 //unsigned char  c;
 //unsigned char HOME = 0;
@@ -220,7 +220,8 @@
 uint8_t chk_glc_data = 0;
 uint16_t glc_testtype; // Nidhin 12/6/2017
 
-Serial ble(PTC4,PTC3);
+//Serial ble(PTC4,PTC3);
+Serial ble(PA_2,PA_3);