You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -189,12 +189,12 @@ AdvancedDAC dac1(A13);
189
189
190
190
### `AdvancedDAC.begin()`
191
191
192
-
Initializes the DAC with the specified parameters. To reconfigure the DAC, `stop()` must be called first.
192
+
Initializes the DAC with the specified parameters. To reconfigure the DAC, `stop()` must be called first. The DAC has a special mode called _loop mode_ enabled by setting `loop` parameter to `true`. In loop mode, the DAC will start automatically after all buffers are filled, and continuously cycle through over all buffers.
0 commit comments