Update main.h add adc buffer from pico v0.33

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 7e62667b07
commit 101c3b33cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -103,6 +103,10 @@ FILE * file1;
short int buffer[2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
FILE *telem_file;
int adc_file;
#define BUFFER_SIZE 10000
byte buffer[BUFFER_SIZE];
unsigned long int wav_position = 0;
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.