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: FATFileSystem mbed-rtos
Fork of USBHost by
Diff: USBHostHID/USBHostGamepad.cpp
- Revision:
- 39:8fbe33e98b2b
- Parent:
- 34:cac1e8336448
- Child:
- 40:626c4810255c
--- a/USBHostHID/USBHostGamepad.cpp Wed Feb 10 14:58:30 2016 +0000
+++ b/USBHostHID/USBHostGamepad.cpp Mon Mar 28 00:06:57 2016 +0000
@@ -249,9 +249,9 @@
&& buf[2] == 0x09 //Usage
){
if( buf[3] == 0x04 ){
- USB_DBG("ゲームパッドです:");
+ USB_DBG("This is GamePad:");
}else if( buf[3] == 0x05){
- USB_DBG("ジョイスティックです:");
+ USB_DBG("This is JoyStick:");
}else{
ret = false;
}
