
主導機 mbed用のプログラムです 改良しました
Dependencies: mbed
Fork of F3RC_syudou_master by
Revision 3:fe59877ed801, committed 2015-04-30
- Comitter:
- hirokimineshita
- Date:
- Thu Apr 30 06:15:51 2015 +0000
- Parent:
- 2:0e2a5eaebd27
- Child:
- 4:d7f5fb6fddeb
- Commit message:
- 2015/04/30 PM 3 change document
Changed in this revision
User.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/User.cpp Thu Apr 30 06:13:49 2015 +0000 +++ b/User.cpp Thu Apr 30 06:15:51 2015 +0000 @@ -15,7 +15,7 @@ DigitalOut led3(LED3); DigitalOut led4(LED4); -/** +/** UserLoopSetting : * @bref write proguram in this funtion what you want to do 1st and once. */ void UserLoopSetting(){ @@ -23,7 +23,7 @@ led1.period_ms(20); } -/** +/** UserLoop : * @bref write proguram in this function what you want to do. */ void UserLoop(char n,const u8* data){