Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer.
This commit is contained in:
parent
55538dcef3
commit
08de757811
10 changed files with 88 additions and 112 deletions
|
@ -77,7 +77,6 @@
|
|||
|
||||
/* Function Prototypes: */
|
||||
void SetupHardware(void);
|
||||
void USB_Audio_Task(void);
|
||||
|
||||
void EVENT_USB_Device_Connect(void);
|
||||
void EVENT_USB_Device_Disconnect(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue