From 9fe088f39dc2b4e9842fbc88e821df0a2f899c48 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Wed, 8 Aug 2012 19:59:43 +0200 Subject: [PATCH] Fixed typo --- examples/Bluetooth/PS3SPP/PS3SPP.ino | 2 +- examples/Bluetooth/SPP/SPP.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Bluetooth/PS3SPP/PS3SPP.ino b/examples/Bluetooth/PS3SPP/PS3SPP.ino index b089c6a7..07cc78d8 100644 --- a/examples/Bluetooth/PS3SPP/PS3SPP.ino +++ b/examples/Bluetooth/PS3SPP/PS3SPP.ino @@ -1,5 +1,5 @@ /* - Example sketch for the PS3 Bluetooth library - developed by Kristian Lauszus + Example sketch for the Bluetooth library - developed by Kristian Lauszus For more information visit my blog: http://blog.tkjelectronics.dk/ or send me an e-mail: kristianl@tkjelectronics.com */ diff --git a/examples/Bluetooth/SPP/SPP.ino b/examples/Bluetooth/SPP/SPP.ino index e74d6bc2..3de9f4ff 100644 --- a/examples/Bluetooth/SPP/SPP.ino +++ b/examples/Bluetooth/SPP/SPP.ino @@ -1,5 +1,5 @@ /* - Example sketch for the RFCOMM Bluetooth library - developed by Kristian Lauszus + Example sketch for the RFCOMM/SPP Bluetooth library - developed by Kristian Lauszus For more information visit my blog: http://blog.tkjelectronics.dk/ or send me an e-mail: kristianl@tkjelectronics.com */