Added new incomplete AudioOutputHost Host LowLevel demo.

This commit is contained in:
Dean Camera 2011-05-30 11:36:21 +00:00
parent 2a26efc691
commit 68468e0aea
12 changed files with 1351 additions and 8 deletions

View file

@ -30,11 +30,11 @@
/** \file
*
* Header file for AudioHost.c.
* Header file for AudioInputHost.c.
*/
#ifndef _AUDIO_HOST_H_
#define _AUDIO_HOST_H_
#ifndef _AUDIO_INPUT_HOST_H_
#define _AUDIO_INPUT_HOST_H_
/* Includes: */
#include <avr/io.h>