diff --git a/SPP.h b/SPP.h index e2904f14..81b83829 100644 --- a/SPP.h +++ b/SPP.h @@ -89,7 +89,10 @@ #define BT_RFCOMM_NSC_RSP 0x11 */ -/** This BluetoothService class implements the Serial Port Protocol (SPP). */ +/** + * This BluetoothService class implements the Serial Port Protocol (SPP). + * It inherits the Arduino Stream class. This allows it to use all the standard Arduino print functions. + */ class SPP : public BluetoothService, public Stream { public: /**