主導機 mbed用のプログラムです 改良しました
Dependencies: mbed
Fork of F3RC_syudou_master by
Diff: User.h
- Revision:
- 4:d7f5fb6fddeb
- Parent:
- 2:0e2a5eaebd27
- Child:
- 5:b52077a3c576
--- a/User.h Thu Apr 30 06:15:51 2015 +0000 +++ b/User.h Thu Apr 30 06:18:06 2015 +0000 @@ -1,2 +1,12 @@ +/** @file + */ + +/** UserLoopSetting : + * @bref write proguram in this funtion what you want to do 1st and once. + */ void UserLoopSetting(void); + +/** UserLoop : + * @bref write proguram in this function what you want to do. + */ void UserLoop(char,const u8*); \ No newline at end of file