summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-23 15:09:44 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-23 15:09:44 -0600
commit8f96af37d65f62e0ee087b45905d5bb4e3fa7776 (patch)
tree9bf123fa8b0caa233ebe3dd3e42cb7fbe568024d /main.cpp
parentcf6730142a9d6783abb950979d5a60aea3eb9451 (diff)
downloadmtdot-box-evb-factory-firmware-8f96af37d65f62e0ee087b45905d5bb4e3fa7776.tar.gz
mtdot-box-evb-factory-firmware-8f96af37d65f62e0ee087b45905d5bb4e3fa7776.tar.bz2
mtdot-box-evb-factory-firmware-8f96af37d65f62e0ee087b45905d5bb4e3fa7776.zip
stub out functions & struct for formatting data packets for both survey and demo modes
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index c63f922..cbc7e13 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,11 +4,6 @@
// MTS headers
#include "mDot.h"
#include "MTSLog.h"
-// sensor headers
-#include "ISL29011.h"
-#include "MMA845x.h"
-#include "MPL3115A2.h"
-#include "GPSPARSER.h"
// display headers
#include "DOGS102.h"
#include "NCP5623B.h"