We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b476a commit 7569c19Copy full SHA for 7569c19
examples/Bluetooth/SPP/SPP.ino
@@ -16,8 +16,8 @@ USB Usb;
16
17
BTD Btd(&Usb); // You have to create the Bluetooth Dongle instance like so
18
/* You can create the instance of the class in two ways */
19
-SPP SerialBT(&Btd); // This will set the name to the defaults: "Arduino" and the pin to "1234"
20
-//SPP SerialBT(&Btd, "Lauszus's Arduino","0000"); // You can also set the name and pin like so
+SPP SerialBT(&Btd); // This will set the name to the defaults: "Arduino" and the pin to "0000"
+//SPP SerialBT(&Btd, "Lauszus's Arduino", "1234"); // You can also set the name and pin like so
21
22
boolean firstMessage = true;
23
0 commit comments