this is a sample for mbed(LPC1768)
Diff: ennoTest2.h
- Revision:
- 0:3163adfd2cf1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ennoTest2.h Thu Nov 19 10:17:55 2015 +0800 @@ -0,0 +1,20 @@ +// Only modify this file to include +// - function definitions (prototypes) +// - include files +// - extern variable definitions +// In the appropriate section + +#ifndef _ennoTest2_H_ +#define _ennoTest2_H_ +#include "mbed.h" + + + + +//add your function definitions for the project ennoTest2 here + + + + +//Do not add code below this line +#endif /* _ennoTest2_H_ */