mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fixed typo in the KeyboardReprogram example
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
* wire to connect D2 to ground.
|
* wire to connect D2 to ground.
|
||||||
|
|
||||||
created 5 Mar 2012
|
created 5 Mar 2012
|
||||||
modified 28 Mar 2012
|
modified 29 Mar 2012
|
||||||
by Tom Igoe
|
by Tom Igoe
|
||||||
|
|
||||||
This example is in the public domain
|
This example is in the public domain
|
||||||
@ -26,7 +26,7 @@
|
|||||||
// use this option for OSX:
|
// use this option for OSX:
|
||||||
char ctrlKey = KEY_LEFT_GUI;
|
char ctrlKey = KEY_LEFT_GUI;
|
||||||
// use this option for Windows and Linux:
|
// use this option for Windows and Linux:
|
||||||
// char ctrlKey = KEY_KEFT_CTRL;
|
// char ctrlKey = KEY_LEFT_CTRL;
|
||||||
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
Reference in New Issue
Block a user