AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h configuration header files.
This commit is contained in:
parent
a9f0369fac
commit
64d00efd91
31 changed files with 1339 additions and 50 deletions
|
@ -65,6 +65,12 @@
|
|||
/** Maximum ADC range for the microphone input. */
|
||||
#define ADC_MAX_RANGE 0x3FF
|
||||
|
||||
/** Defined to indicate that the microphone input voltage is biased to half the ADC reference voltage. */
|
||||
#define MICROPHONE_BIASED_TO_HALF_RAIL
|
||||
|
||||
/** Defined to generate test tone when a button is pressed, rather than use a microphone for audio samples. */
|
||||
#define USE_TEST_TONE
|
||||
|
||||
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
|
||||
#define LEDMASK_USB_NOTREADY LEDS_LED1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue