Skip to content

Commit c4afd2c

Browse files
Update docs/api.md.
Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
1 parent 8968cb7 commit c4afd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ AdvancedDAC dac1(A13);
189189

190190
### `AdvancedDAC.begin()`
191191

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 to true. In loop mode, the DAC will start automatically after all buffers are filled, and continuously cycle through over all buffers.
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.
193193

194194
#### Syntax
195195

0 commit comments

Comments
 (0)