Closed AdityaNG closed 3 years ago
Added the #include <analogWrite.h> for ESP32 support.
#include <analogWrite.h>
I don't want to add a dependency to a third part library. This is Arduino Library. Maybe we can make a fork for ESP8266/32
Added the
#include <analogWrite.h>
for ESP32 support.