test

Dependencies:   BMI160 max32630hsp3 MemoryLCD USBDevice

Revision:
0:ac4dea3e2894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demoDefinitions.h	Mon Mar 18 10:21:53 2019 +0300
@@ -0,0 +1,25 @@
+/*
+ * demoDefinitions.h
+ *
+ *  Created on: Feb 13, 2019
+ *      Author: Yagmur.Gok
+ */
+
+#ifndef SOURCE_DEMODEFINITIONS_H_
+#define SOURCE_DEMODEFINITIONS_H_
+
+
+#include "USBSerial.h"
+
+extern Serial daplink;
+extern USBSerial microUSB;
+//#define SERIALOUT printf
+#define SERIALOUT microUSB.printf
+#define SERIALIN microUSB._getc
+#define SERIAL_AVAILABLE microUSB.readable
+
+
+#define RAW_DATA_ONLY
+
+#endif /* SOURCE_DEMODEFINITIONS_H_ */
+