6 sharps, 2 ads hooked up

Dependencies:   ADS1115 BME280 CronoDot SDFileSystem mbed

Fork of Outdoor_UPAS_v1_2_Tboard by Volckens Group Sensors

Revision:
31:aea6bfaefa0f
Parent:
27:922f53fa649c
Child:
32:f400684a2950
--- a/main.cpp	Thu Apr 21 18:22:47 2016 +0000
+++ b/main.cpp	Fri Apr 22 20:46:16 2016 +0000
@@ -317,6 +317,7 @@
     uint8_t dataLogOriginal[2] = {0x03,0x0A,};
     uint8_t flowRateOriginal[5] = {0x04,0x00,0x00,0x80,0x3F};
     uint8_t latLongSchoolOriginal[17] = {0x0A,0x00,0x00,0x80,0x3F,0x00,0x00,0x80,0x3F,0x00,0x00,0x80,0x3F,0x00,0x00,0x80,0x3F};
+    uint8_t terminateByte[1] = {0xFF};
     // Latitude School EEPROM = 0x50-0x53
     // Longitude School EEPROM = 0x54-0x57
     // Latitude Home EEPROM = 0x58-0x5B
@@ -366,7 +367,8 @@
     for(int i=0;i<17;i++){
         microChannel.putc(latLongSchoolOriginal[i]);
     } 
-
+    wait(.25);
+    microChannel.putc(terminateByte[0]);
     
 }