#include <nitro/spi.h>
void* MIC_GetLastSamplingAddress( void );
None.
Returns the address where the last sampled data are stored.
This function gets the buffer address where the last data is stored. This occurs either during or after execution of the microphone's automatic sampling. The function returns NULL immediately after either the MIC library is initialized or automatic sampling begins using MIC_StartAutoSampling
(but no sampling has been done).
MIC_StartAutoSampling, MIC_StartAutoSamplingAsync
11/04/2004 Clarified the return value before sampling.
06/01/2004 Initial version.