App note: USB Keyboard Demonstration

Here is an USB keyboard demonstration from Atmel. The document describes how to start, and design USB HID class keyboard applications on the STK525 starter kit.
This entry was posted in app notes and tagged app note, atmel, USB.


Comments
Does it work with Dean Camera’s USB stack “LUFA”?
All that exposed complexity…. so much more complex than Keyboard.print(“some stuff”);
http://www.pjrc.com/teensy/td_keyboard.html
Where do I get the official Atmel USB stack? I would like to have a look, maybe it is less complicated than LUFA…