arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
AnalogDriverArduino Class Reference

Please use the AnalogAudioStream: Reading Analog Data using a timer and the Arduino analogRead() method and writing using analogWrite();. More...

#include <AnalogDriverArduino.h>

Inheritance diagram for AnalogDriverArduino:
AnalogDriverBase

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
 

Detailed Description

Please use the AnalogAudioStream: Reading Analog Data using a timer and the Arduino analogRead() method and writing using analogWrite();.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: