Added USB Missle Launcher project, submitted by Dave Fletcher.
This commit is contained in:
parent
b5ca3990c2
commit
39d07c3da0
12 changed files with 1456 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue