Updated comment about Stream class

This commit is contained in:
Kristian Lauszus 2013-11-25 18:20:22 +01:00
parent 148b67ca2d
commit 2de6238a6b

5
SPP.h
View file

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