Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BMI160 max32630hsp3 MemoryLCD USBDevice
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
Generated on Fri Jul 15 2022 22:42:36 by
