We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c316f commit b1c7c0bCopy full SHA for b1c7c0b
cores/esp32/esp32-hal.h
@@ -90,8 +90,6 @@ 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