ME11C Sample Code in Maxim Integrated Team

Dependencies:   BMI160 max32630hsp3 MemoryLCD USBDevice

Fork of Host_Software_MAX32664GWEC_SpO2_HR-_EXTE by Seyhmus Cacina

Revision:
0:b259fd1a88f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demoDefinitions.h	Mon Mar 18 14:09:48 2019 +0300
@@ -0,0 +1,22 @@
+/*
+ * 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
+
+#endif /* SOURCE_DEMODEFINITIONS_H_ */
+