From 50561533255416f80525a2cb5c7c58902daabd84 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Fri, 10 Jan 2014 18:23:22 +0100 Subject: [PATCH] Updated comment --- PS4BT.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PS4BT.h b/PS4BT.h index 207cec4f..d6db3d2b 100644 --- a/PS4BT.h +++ b/PS4BT.h @@ -63,7 +63,10 @@ struct PS4Data { 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 { public: /**