Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of PS3_BlueUSB_user_ver2_kage by
Diff: User.cpp
- Revision:
- 3:fe59877ed801
- Parent:
- 2:0e2a5eaebd27
- Child:
- 4:d7f5fb6fddeb
diff -r 0e2a5eaebd27 -r fe59877ed801 User.cpp --- 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){