Skip to content

Commit 36fa3fc

Browse files
committed
R2ROutput comments
1 parent 0212866 commit 36fa3fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/AudioLibs/R2ROutput.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ class R2RConfig : public AudioInfo {
9090
};
9191

9292
/**
93-
* @brief DRAFT implementation for Output to R2R DAC
93+
* @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.
94100
* @ingroup io
95101
* @author Phil Schatzmann
96102
* @copyright GPLv3

0 commit comments

Comments
 (0)