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

@ -41,8 +41,6 @@
#include <avr/wdt.h>
#include <avr/power.h>
#include "Descriptors.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
#include <LUFA/Drivers/Board/Joystick.h>
@ -50,6 +48,8 @@
#include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/USB/Class/Audio.h>
#include "Descriptors.h"
/* Macros: */
/** ADC channel number for the microphone input. */
#define MIC_IN_ADC_CHANNEL 2