We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efe511 commit 87b2896Copy full SHA for 87b2896
API.md
@@ -93,6 +93,17 @@ As each pin has not the same capabilities, it uses the best way:
93
94
[[/img/PWM_Freq.png|alt="PWM Freq result"]]
95
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
107
### ADC internal channels
108
Available in core version greater than **1.5.0**
109
0 commit comments