ME11B Sample Code in Maxim Integrated Team

Dependencies:   BMI160 max32630hsp3 MemoryLCD USBDevice

Fork of Host_Software_MAX32664GWEB_HR_EXTENDED by Seyhmus Cacina

demoDefinitions.h

Committer:
seyhmuscacina
Date:
2019-03-25
Revision:
3:b8989dab0f88
Parent:
0:ac4dea3e2894

File content as of revision 3:b8989dab0f88:

/*
 * 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_ */