Skip to content

Commit

Permalink
Update SimpleKeyboard_HID.ino
Browse files Browse the repository at this point in the history
add description
  • Loading branch information
bboyho committed Jan 29, 2018
1 parent f4d180f commit 21346b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Firmware/SimpleKeyboard_HID/SimpleKeyboard_HID.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* HID KeyBoard Example
by: Jim Lindblom
date: 1/12/2012
license: MIT License - Feel free to use this code for any purpose.
No restrictions. Just keep this license if you go on to use this
code in your future endeavors! Reuse and share.
This is very simplistic code that allows you to send a 'z' with
a momentary pushbutton.
*/

#include <Keyboard.h>
int buttonPin = 9; // Set a button to any pin

Expand Down

0 comments on commit 21346b9

Please sign in to comment.