Skip to content

Releases: Dlloydev/ESP32-ESP32S2-AnalogWrite

ESP32 PWM, Sevo, Easing 5.0.2

01 Jun 03:49
Compare
Choose a tag to compare

Re-organize functions im pwmWrite.cpp and fix an attach function.

ESP32 PWM, Sevo, Easing 5.0.1

31 May 04:25
Compare
Choose a tag to compare
  • 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

29 May 19:46
Compare
Choose a tag to compare
  • 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

06 Apr 07:55
Compare
Choose a tag to compare
  • 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

02 Apr 19:35
Compare
Choose a tag to compare
  • 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

31 Mar 04:59
Compare
Choose a tag to compare

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

27 Mar 23:06
Compare
Choose a tag to compare

ESP32 PWM, Sevo, Easing, Tone 4.3.0

27 Mar 16:20
Compare
Choose a tag to compare
  • 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

17 Mar 02:35
Compare
Choose a tag to compare

Fix servo jitter.

ESP32 PWM, SERVO, TONE 4.2.4

28 Dec 06:54
Compare
Choose a tag to compare
  • Fixes wr_duty() function
  • Add new servo example
  • Update readme