Skip to content

Commit 87b2896

Browse files
committed
Updated API (markdown)
1 parent 1efe511 commit 87b2896

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

API.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ As each pin has not the same capabilities, it uses the best way:
9393
9494
[[/img/PWM_Freq.png|alt="PWM Freq result"]]
9595
96+
### DAC output buffer
97+
98+
> [!NOTE]
99+
> Available since version 2.8.0, thanks [#2309]
100+
101+
It is now possible to disable the DAC output buffer (which is enabled by default) by defining `DISABLE_DAC_OUTPUTBUFFER`
102+
using one of the below options:
103+
* [[hal_conf_extra.h|HAL-configuration#core-version--150-1]]
104+
* [`build_opt.h`][build_opt.h]
105+
* header file of the variant: `variant_<boardname>.h`
106+
96107
### ADC internal channels
97108
Available in core version greater than **1.5.0**
98109

0 commit comments

Comments
 (0)