We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d394c2 commit 30e7b0eCopy full SHA for 30e7b0e
cores/esp32/esp32-hal.h
@@ -90,6 +90,8 @@ void yield(void);
90
#include "esp32-hal-psram.h"
91
#include "esp32-hal-cpu.h"
92
93
+void analogWrite(uint8_t pin, int value);
94
+
95
//returns chip temperature in Celsius
96
float temperatureRead();
97
0 commit comments