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 f4d180f commit 21346b9Copy full SHA for 21346b9
Firmware/SimpleKeyboard_HID/SimpleKeyboard_HID.ino
@@ -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
12
#include <Keyboard.h>
13
int buttonPin = 9; // Set a button to any pin
14
0 commit comments