From d68c896241ada7be0391df3c5ee93d34fd5b8725 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Thu, 11 Oct 2012 21:58:19 +0200 Subject: [PATCH] Fixed comment --- examples/Bluetooth/Wii/Wii.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Bluetooth/Wii/Wii.ino b/examples/Bluetooth/Wii/Wii.ino index d320e666..d1cc5524 100644 --- a/examples/Bluetooth/Wii/Wii.ino +++ b/examples/Bluetooth/Wii/Wii.ino @@ -26,7 +26,7 @@ void loop() { if(Wii.wiimoteConnected) { if(Wii.getButtonClick(HOME)) { // You can use getButtonPress to see if the button is held down Serial.print(F("\r\nHOME")); - Wii.disconnect(); // If you disconnect you have to reset the Arduino to establish the connection again + Wii.disconnect(); // Disconnect the Wiimote - it will establish the connection again since the Wiimote automatically reconnects } else { if(Wii.getButtonClick(LEFT)) {