Added USB Missle Launcher project, submitted by Dave Fletcher.

This commit is contained in:
Dean Camera 2009-06-16 05:53:27 +00:00
parent b5ca3990c2
commit 39d07c3da0
12 changed files with 1456 additions and 5 deletions

View file

@ -20,6 +20,7 @@
* internal control
* - Added new USB_Host_SetDeviceConfiguration() convenience function for easy configuration selection of devices while in USB
* host mode
* - Added USB Missle Launcher project, submitted by Dave Fletcher
*
*
* \section Sec_ChangeLog090605 Version 090605

View file

@ -19,4 +19,6 @@
* - Add dual role Mouse Host/Keyboard Device demo to the library
* - Port LUFA to the AVR32 UC3B series microcontrollers
* - Port LUFA to the Atmel ARM7 series microcontrollers
* - Remake AVRStudio project files
* - Master LUFA include file
*/

View file

@ -19,7 +19,7 @@
* library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package,
* from the the WinAVR website.
*
* \section Sec_Demos Demos and Bootloaders
* \section Sec_Demos Demos, Projects and Bootloaders
* The LUFA library ships with several different host and device demos, located in the /Demos/ subdirectory.
* If this directory is missing, please re-download the project from the project homepage.
*
@ -28,6 +28,9 @@
* CDC class (AVR109 protocol) is compatible with such open source software as AVRDUDE and AVR-OSP, and the TeensyLoader
* HID class bootloader is compatible with the software from PJRC (http://www.pjrc.com/teensy/index.html).
*
* User-submitted projects are located in the /Projects/ subdirectory. If you wish to have your LUFA project included,
* please email it to the Library author.
*
* <b>Subsections:</b>
* - \subpage Page_Licence Project License
* - \subpage Page_Donating Donating to Support this Project