this is a sample for mbed(LPC1768)

Committer:
1
Date:
Thu Nov 19 10:17:55 2015 +0800
Revision:
0:3163adfd2cf1
????????????????????????
1.callback
2.thread
3.auto-connect,time-up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
1 0:3163adfd2cf1 1 // Only modify this file to include
1 0:3163adfd2cf1 2 // - function definitions (prototypes)
1 0:3163adfd2cf1 3 // - include files
1 0:3163adfd2cf1 4 // - extern variable definitions
1 0:3163adfd2cf1 5 // In the appropriate section
1 0:3163adfd2cf1 6
1 0:3163adfd2cf1 7 #ifndef _ennoTest2_H_
1 0:3163adfd2cf1 8 #define _ennoTest2_H_
1 0:3163adfd2cf1 9 #include "mbed.h"
1 0:3163adfd2cf1 10
1 0:3163adfd2cf1 11
1 0:3163adfd2cf1 12
1 0:3163adfd2cf1 13
1 0:3163adfd2cf1 14 //add your function definitions for the project ennoTest2 here
1 0:3163adfd2cf1 15
1 0:3163adfd2cf1 16
1 0:3163adfd2cf1 17
1 0:3163adfd2cf1 18
1 0:3163adfd2cf1 19 //Do not add code below this line
1 0:3163adfd2cf1 20 #endif /* _ennoTest2_H_ */