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 c72d46d commit 6f2a9ffCopy full SHA for 6f2a9ff
1 file changed
cores/arduino/overloads.h
@@ -4,6 +4,8 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+#pragma once
8
+
9
#ifdef CONFIG_DAC
10
11
void analogWrite(enum dacPins pinNumber, int value);
0 commit comments