We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06fa8e commit 33392afCopy full SHA for 33392af
cores/esp32/esp32-hal-dac.h
@@ -25,6 +25,7 @@ extern "C" {
25
#endif
26
27
#include "esp32-hal.h"
28
+#include "driver/gpio.h"
29
30
void dacWrite(uint8_t pin, uint8_t value);
31
0 commit comments