Atmega/Attiny usbKeyboard library based on "vusb-for-arduino/libraries/UsbKeyboard"
#Based on
https://github.com/gloob/vusb-for-arduino
http://code.google.com/p/vusb-for-arduino/
Brash "master" is my upstream if you want last stable use branch "release" or last tag.
-
NOTE: This should now work with Arduino IDE 0018 onward but I've only tested with 0020.
-
Source now available as a Mercurial repository here:
<http://code.google.com/p/vusb-for-arduino/>
-
Build the USB mini-shield documented here:
NOTE: The code will NOW ONLY WORK WITH THE PCB DESIGN NOT THE PROTOBOARD DESIGN.
<http://code.rancidbacon.com/ProjectLogArduinoUSB>
-
Copy 'UsbKeyboard' directory in the 'libraries' directory to your Arduino 'hardware/libraries' directory.
-
Open an example sketch from 'examples' directory.
-
See 'libraries/UsbKeyboard/ArduinoNotes.txt' for more.
-
I've had some USB ports on a MacBook Pro not work while others do.
-
Consider GPL 2.0 unless licensed otherwise.
-
Feedback to: [email protected]
Version history:
-
2008-08-12 -- "Muck and Crud" -- Initial alpha release
-
2009-10-16 -- "Not a Patch On" -- Incorporate previous changes & pcb design
-
2009-10-18 -- "All Your Upgrade" -- Upgrade base V-USB version to 2009-08-22
-
2010-10-17 -- "Year, So What" -- Update to work with recent IDEs