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 0212866 commit 36fa3fcCopy full SHA for 36fa3fc
src/AudioLibs/R2ROutput.h
@@ -90,7 +90,13 @@ class R2RConfig : public AudioInfo {
90
};
91
92
/**
93
- * @brief DRAFT implementation for Output to R2R DAC
+ * @brief Output to R-2R DAC.
94
+ * You need to define the used digital pins in the configuration. Any
95
+ * number of bits is supported on max 2 channels. For a 4 bit single
96
+ * channel, you need to define 4 digital pins.
97
+ * see https://www.electronics-tutorials.ws/combination/r-2r-dac.html
98
+ * The default driver implementation uses Arduino digitalWrite(). You
99
+ * can provide your own optimized driver.
100
* @ingroup io
101
* @author Phil Schatzmann
102
* @copyright GPLv3
0 commit comments