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 by
Revision 6:ef9eb4859743, committed 2015-04-30
- Comitter:
- hirokimineshita
- Date:
- Thu Apr 30 06:24:16 2015 +0000
- Parent:
- 5:b52077a3c576
- Child:
- 7:4bddbd4549a1
- Commit message:
- same as last one
Changed in this revision
| User.cpp | Show annotated file Show diff for this revision Revisions of this file |
| User.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/User.cpp Thu Apr 30 06:22:12 2015 +0000 +++ b/User.cpp Thu Apr 30 06:24:16 2015 +0000 @@ -1,3 +1,5 @@ +/** @file + */ #include "Utils.h" #include "USBHost.h" #include "hci.h"
--- a/User.h Thu Apr 30 06:22:12 2015 +0000 +++ b/User.h Thu Apr 30 06:24:16 2015 +0000 @@ -1,5 +1,3 @@ -/** @file - */ /** UserLoopSetting : * @bref write proguram in this funtion what you want to do 1st and once.
