YOSHIHISA TABUCHI / Mbed OS Host_Software_MAX32664GWEB_HR_EXTENDEDtest

Dependencies:   BMI160 max32630hsp3 MemoryLCD USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers demoDefinitions.h Source File

demoDefinitions.h

00001 /*
00002  * demoDefinitions.h
00003  *
00004  *  Created on: Feb 13, 2019
00005  *      Author: Yagmur.Gok
00006  */
00007 
00008 #ifndef SOURCE_DEMODEFINITIONS_H_
00009 #define SOURCE_DEMODEFINITIONS_H_
00010 
00011 
00012 #include "USBSerial.h"
00013 
00014 extern Serial daplink;
00015 extern USBSerial microUSB;
00016 //#define SERIALOUT printf
00017 #define SERIALOUT microUSB.printf
00018 #define SERIALIN microUSB._getc
00019 #define SERIAL_AVAILABLE microUSB.readable
00020 
00021 
00022 #define RAW_DATA_ONLY
00023 
00024 #endif /* SOURCE_DEMODEFINITIONS_H_ */
00025