arduino-audio-tools
|
R2R driver which uses the Arduino API to setup and write to the digital pins. More...
#include <R2ROutput.h>
Public Member Functions | |
void | setupPins (Vector< int > &channel1_pins, Vector< int > &channel2_pins) override |
void | writePins (int channels, int channel, unsigned uvalue) override |
Protected Attributes | |
Vector< int > * | p_channel1_pins = nullptr |
Vector< int > * | p_channel2_pins = nullptr |
R2R driver which uses the Arduino API to setup and write to the digital pins.