Control Code with I/O and ADC working

Dependencies:   MODSERIAL mbed

Revision:
9:8cd14861dc63
Parent:
7:8a5e65e63e2a
diff -r dbf8bd4815f8 -r 8cd14861dc63 LTC2487/LTC2487.cpp
--- a/LTC2487/LTC2487.cpp	Wed Mar 28 01:25:07 2018 +0000
+++ b/LTC2487/LTC2487.cpp	Mon Apr 02 00:00:04 2018 +0000
@@ -2,7 +2,7 @@
 #include "LTC2487.h"
 #include "MODSERIAL.h"
 
-MODSERIAL pc3(USBTX, USBRX);
+//MODSERIAL pc3(USBTX, USBRX);
 
 namespace {
     const uint8_t I2C_WRITE  = 0x00;