Skip to content

Commit 3dc1a1f

Browse files
committed
Update SendKeyStrokes.ino
1 parent 27e8b38 commit 3dc1a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/SendKeyStrokes/SendKeyStrokes.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* This example turns the ESP32 into a Bluetooth LE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
2+
* This example turns the ESP32 into a NimBLE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
33
*/
4-
#include <BleKeyboard.h>
4+
#include <NimBleKeyboard.h>
55

66
BleKeyboard bleKeyboard;
77

88
void setup() {
99
Serial.begin(115200);
10-
Serial.println("Starting BLE work!");
10+
Serial.println("Starting NimBLE work!");
1111
bleKeyboard.begin();
1212
}
1313

0 commit comments

Comments
 (0)