MIC_Init

C Specification

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

Arguments

None.

Return Values

None.

Description

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

Revision History

06/01/2004 Initial version