ME11C Sample Code in Maxim Integrated Team

Dependencies:   BMI160 max32630hsp3 MemoryLCD USBDevice

Fork of Host_Software_MAX32664GWEC_SpO2_HR-_EXTE by Seyhmus Cacina

demoDefinitions.h

Committer:
seyhmuscacina
Date:
2019-03-25
Revision:
2:3b5d2467e6c7
Parent:
0:b259fd1a88f5

File content as of revision 2:3b5d2467e6c7:

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