X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/462fb500d76a352409886adb188246dcc6e06680..b2330934b9ccd51a59183eb2a11fdd95183df27b:/Demos/Device/ClassDriver/AudioInput/AudioInput.h?ds=sidebyside diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h index 40c478bb7..1c67ac5a0 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h @@ -42,18 +42,18 @@ #include #include "Descriptors.h" - + #include #include #include #include #include #include - + /* Macros: */ /** ADC channel number for the microphone input. */ #define MIC_IN_ADC_CHANNEL 2 - + /** Maximum ADC sample value for the microphone input. */ #define SAMPLE_MAX_RANGE 0xFFFF @@ -71,11 +71,11 @@ /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */ #define LEDMASK_USB_ERROR (LEDS_LED1 | LEDS_LED3) - + /* Function Prototypes: */ void SetupHardware(void); void ProcessNextSample(void); - + void EVENT_USB_Connect(void); void EVENT_USB_Disconnect(void); void EVENT_USB_ConfigurationChanged(void);