MIC_Init


C Specification

#include <nitro/spi.h>
void MIC_Init( void );

Description

Initializes the microphone for the microphone API. Call this function once before calling any other function that operates the microphone.

Arguments

None

Return Values

None

Revision History

06/01/2004 Initial version