123123123123123123123123123

Dependencies:   mbed

Revision:
0:3417ca0a36c0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/define.h	Tue Jul 01 10:59:33 2014 +0000
@@ -0,0 +1,37 @@
+/******************************************************
+
+****┏┓          ┏┓
+**┏┛┻━━━━━━┛┻┓
+**┃                 ┃
+**┃      ━━━      ┃
+**┃  ┳┛       ┗┳ ┃
+**┃                 ┃
+**┃ '''    ┻   ''' ┃
+**┃                 ┃
+**┗━━┓       ┏━━┛
+*******┃       ┃
+*******┃       ┃
+*******┃       ┃
+*******┃       ┗━━━━━━━━┓
+*******┃                      ┃━┓
+*******┃      NO BUG          ┏━┛
+*******┃                      ┃
+*******┗━┓  ┓  ┏━┏━┓  ━┛
+***********┃  ┛  ┛    ┃  ┛  ┛
+***********┃  ┃  ┃    ┃  ┃  ┃
+***********┗━┛━┛     ┗━┛━┛
+
+This part is added by project ESDC2014 of CUHK team.
+All the code with this header are under GPL open source license.
+This program is running on Mbed Platform 'mbed LPC1768' avaliable in 'http://mbed.org'.
+**********************************************************/
+#ifndef _DEFINE_H
+#define _DEFINE_H
+
+#define MyDigitalOut DigitalOut
+#define MyDigitalIn DigitalIn
+#define MySerial Serial
+#define MyPwmOut PwmOut
+#define MyInterruptIn InterruptIn
+
+#endif
\ No newline at end of file