Releases: Dlloydev/ESP32-ESP32S2-AnalogWrite
Releases · Dlloydev/ESP32-ESP32S2-AnalogWrite
ESP32 PWM, Sevo, Easing 5.0.2
ESP32 PWM, Sevo, Easing 5.0.1
-
Detaching a pin will now occur when the pwm signal is low for jitterless detach.
-
Fixed a few ambiguous overload attach functions. Required changing pin, ch, munUs and maxUs parameters to int and speed and ke parameters to double.
ESP32 PWM, Sevo, Easing 5.0.0
- New major release.
- Now you can easily use code written for use with the Servo Library for Arduino.
ESP32 PWM, Sevo, Easing, Tone 4.3.4
- Enable most pins as pwm capable.
- More attach overload options.
- New attachInvert function.
- New servo easing examples.
- Updated readme.
ESP32 PWM, Sevo, Easing, Tone 4.3.3
- Fixes issue with integrating previous servo easing update,.
- Renames printConfig() function to printDebug()
- Updates examples and readme.
ESP32 PWM, Sevo, Easing, Tone 4.3.2
Add PWM support for GPIO10, 20 and 21 to the ESP32-C3.
Now supporting 15 PWM pins: GPIO 0-10 and 18-21
ESP32 PWM, Sevo, Easing, Tone 4.3.1
Resolves #30
ESP32 PWM, Sevo, Easing, Tone 4.3.0
- New Servo Easing feature easily controlled with only 2 parameters
- New Servo Easing examples and simulations
- For the ESP32, enable use of gpio pins 25 and 26 for pwm
- Improved attach functions
ESP32 PWM, SERVO, TONE 4.2.5
Fix servo jitter.
ESP32 PWM, SERVO, TONE 4.2.4
- Fixes wr_duty() function
- Add new servo example
- Update readme