madhephaestus / ESP32Servo

Arduino-compatible servo library for the ESP32
139 stars 55 forks source link

Destructor ESP32PWM implementation #7

Closed FedericoBusero closed 5 years ago

FedericoBusero commented 5 years ago

The destructor the class ESP32PWM was not yet implemented.

This causes problems when using Servo objects locally in a function: see Issue https://github.com/madhephaestus/ESP32Servo/issues/6

madhephaestus commented 5 years ago

this looks great, thanks!