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