Skip to content

Commit 21346b9

Browse files
authored
Update SimpleKeyboard_HID.ino
add description
1 parent f4d180f commit 21346b9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Firmware/SimpleKeyboard_HID/SimpleKeyboard_HID.ino

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/* HID KeyBoard Example
2+
by: Jim Lindblom
3+
date: 1/12/2012
4+
license: MIT License - Feel free to use this code for any purpose.
5+
No restrictions. Just keep this license if you go on to use this
6+
code in your future endeavors! Reuse and share.
7+
8+
This is very simplistic code that allows you to send a 'z' with
9+
a momentary pushbutton.
10+
*/
11+
112
#include <Keyboard.h>
213
int buttonPin = 9; // Set a button to any pin
314

0 commit comments

Comments
 (0)