Updated comment

This commit is contained in:
Kristian Lauszus 2014-01-10 18:23:22 +01:00
parent 3ea4b073f5
commit 5056153325

View file

@ -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:
/** /**