arranged by katano

Dependencies:   MPU9150_DMP Neon_F303K8 QuaternionMath iSDIO mbed-rtos mbed

Fork of Neon_F303K8 by Yasuhiro ISHII

common.h

Committer:
yakatano
Date:
2016-08-05
Revision:
4:636bb3f66dcd
Parent:
0:65a0ae5578da

File content as of revision 4:636bb3f66dcd:

/*
    Common definition file for Neon software
*/

#ifndef __COMMON_H__
#define __COMMON_H__
#include "mbed.h"

#define DEBUG 1

extern Serial pc;

#endif /* __COMMON_H__ */