Skip to content

Commit

Permalink
Update docs/api.md.
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Cavagnis <[email protected]>
  • Loading branch information
iabdalkader and leonardocavagnis authored Jul 15, 2024
1 parent 8968cb7 commit c4afd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ AdvancedDAC dac1(A13);

### `AdvancedDAC.begin()`

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.
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.

#### Syntax

Expand Down

0 comments on commit c4afd2c

Please sign in to comment.