Buffering of audio
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#define AUDIO_BUFFER_SIZE 512
|
||||
extern volatile int audioBufferUsage;
|
||||
|
||||
extern volatile unsigned long lastLoop0Time;
|
||||
extern volatile unsigned long lastLoop1Time;
|
||||
extern volatile bool watchdogActive;
|
||||
|
||||
Reference in New Issue
Block a user