From 2de6238a6ba2b076c55a164a4ef4452407a40915 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Mon, 25 Nov 2013 18:20:22 +0100 Subject: [PATCH] Updated comment about Stream class --- SPP.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: /**