NetBurner 3.5.6
PDF Version
wavWriter.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#include <basictypes.h>
6
7#define NUM_WAV_WRITERS 5
8#define SWPBUFFSIZE 512
9
10// wavWriter expects data from onboard ADC straight from the result reg, with offset 0
11int openNewWav(char *fileName, uint16_t channels, uint32_t sampleRate);