We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1283290 + a047a9a commit 04e105eCopy full SHA for 04e105e
1 file changed
cores/arduino/Arduino.h
@@ -134,8 +134,9 @@ int digitalPinToInterrupt(pin_size_t pin);
134
#define portOutputRegister(x) (x)
135
#define portInputRegister(x) (x)
136
137
-void analogReadResolution(int bits);
+#if defined(CONFIG_PWM) || defined(CONFIG_DAC)
138
void analogWriteResolution(int bits);
139
+#endif
140
141
#include <variant.h>
142
0 commit comments