mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Minor edit
This commit is contained in:
parent
48f3153c3b
commit
90ae685010
2 changed files with 2 additions and 2 deletions
2
BTD.h
2
BTD.h
|
@ -180,7 +180,7 @@ public:
|
|||
uint8_t disc_bdaddr[6]; // Last incoming devices Bluetooth address
|
||||
uint8_t remote_name[30]; // First 30 chars of last remote name
|
||||
uint8_t hci_version;
|
||||
|
||||
|
||||
int8_t wiiServiceID; // Stores the service ID of the Wii service
|
||||
|
||||
bool connectToWii; // Used to only send the ACL data to the wiimote
|
||||
|
|
2
Wii.cpp
2
Wii.cpp
|
@ -28,7 +28,7 @@ pBtd(p) // pointer to USB class instance - mandatory
|
|||
|
||||
pBtd->pairWithWii = pair;
|
||||
|
||||
HIDBuffer[0] = 0xA2;// HID BT DATA_request (0x50) | Report Type (Output 0x02)
|
||||
HIDBuffer[0] = 0xA2;// HID BT DATA_request (0xA0) | Report Type (Output 0x02)
|
||||
|
||||
/* Set device cid for the control and intterrupt channelse - LSB */
|
||||
control_dcid[0] = 0x60;//0x0060
|
||||
|
|
Loading…
Reference in a new issue