8000 Tags · Dlloydev/ESP32-ESP32S2-AnalogWrite · GitHub
[go: up one dir, main page]

Skip to content

Tags: Dlloydev/ESP32-ESP32S2-AnalogWrite

Tags

5.0.2

Toggle 5.0.2's commit message
Update

Organize functions in pwmWrite.cpp

5.0.1

Toggle 5.0.1's commit message
Update

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.

5.0.0

Toggle 5.0.0's commit message
Update

New major release.
Now you can easily use code written for use with the Servo Library for Arduino.

4.3.4

Toggle 4.3.4's commit message
Update

* Enable most pins as pwm capable.
* More attach overload options.
* New attachInvert function.
* New servo easing examples.
* Updated readme.

4.3.3

Toggle 4.3.3's commit message
Update

* Fixes issue with integrating previous servo easing update,.
* Renames printConfig() function to printDebug()
* Updates examples and readme.

4.3.2

Toggle 4.3.2's commit message
Update

4.3.1

Toggle 4.3.1's commit message
Update

Resolves #30

4.3.0

Toggle 4.3.0's commit message
Update

- 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

4.2.5

Toggle 4.2.5's commit message
Fix Servo jitter

4.2.4

Toggle 4.2.4's commit message
Update

* Fixes wr_duty() function
* Add new servo example
* Update readme
0