We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64f6c9 commit c7ce869Copy full SHA for c7ce869
src/AutoAnalogAudio.h
@@ -215,6 +215,10 @@ class AutoAnalog
215
inline static uint16_t *dacBuf0;
216
inline static uint16_t *dacBuf1;
217
inline static uint32_t sampleCounter;
218
+ uint8_t enableADC;
219
+ uint8_t enableDAC;
220
+ bool whichBuf;
221
+ bool adcWhichBuf;
222
223
#elif defined (ARDUINO_ARCH_NRF52840) || defined (ARDUINO_ARCH_NRF52) || defined (ARDUINO_NRF52840_FEATHER) && !defined __MBED__
224
uint16_t *dacBuf0;
0 commit comments