mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
Fixed typo in the KeyboardReprogram example
This commit is contained in:
parent
97d9ce93ca
commit
5627f14518
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user