mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Updated comment
This commit is contained in:
parent
3ea4b073f5
commit
5056153325
1 changed files with 4 additions and 1 deletions
5
PS4BT.h
5
PS4BT.h
|
@ -63,7 +63,10 @@ struct PS4Data {
|
||||||
uint8_t trigger[2];
|
uint8_t trigger[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
/** This BluetoothService class implements support for the PS4 controller via Bluetooth. */
|
/**
|
||||||
|
* This class implements support for the PS4 controller via Bluetooth.
|
||||||
|
* It uses the BTHID class for all the Bluetooth communication.
|
||||||
|
*/
|
||||||
class PS4BT : public HIDReportParser {
|
class PS4BT : public HIDReportParser {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue