arduino-audio-tools
|
Please use the AnalogAudioStream: Reading Analog Data using a timer and the Arduino analogRead() method and writing using analogWrite();. More...
#include <AnalogDriverArduino.h>
Public Member Functions | |
int | available () override |
int | availableForWrite () override |
bool | begin (AnalogConfig cfg) |
void | end () override |
size_t | readBytes (uint8_t *data, size_t len) override |
Provides the sampled audio data. | |
size_t | write (const uint8_t *data, size_t len) override |
Protected Attributes | |
AnalogAudioArduino | drv |
Please use the AnalogAudioStream: Reading Analog Data using a timer and the Arduino analogRead() method and writing using analogWrite();.