-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Beginnings of a more structured esp32 pwm #2624
base: develop
Are you sure you want to change the base?
Commits on Jan 1, 2023
-
initial functioning version of ESP32 HardwarePWM. Tested to run on th…
…e ESP32C3 with up to 5kHz pwm frequency.
Configuration menu - View commit details
-
Copy full SHA for 50a5efd - Browse repository at this point
Copy the full SHA 50a5efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b6170 - Browse repository at this point
Copy the full SHA b9b6170View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44e1a9 - Browse repository at this point
Copy the full SHA e44e1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7279c66 - Browse repository at this point
Copy the full SHA 7279c66View commit details
Commits on Feb 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b62bd5 - Browse repository at this point
Copy the full SHA 1b62bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d41da - Browse repository at this point
Copy the full SHA 61d41daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f9628 - Browse repository at this point
Copy the full SHA a2f9628View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b597d - Browse repository at this point
Copy the full SHA a9b597dView commit details -
implemented requested changes from initial PR (now *with* changes. af…
…ter goofing up with git Sigh)
Configuration menu - View commit details
-
Copy full SHA for 292f589 - Browse repository at this point
Copy the full SHA 292f589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f3feb - Browse repository at this point
Copy the full SHA 61f3febView commit details -
Configuration menu - View commit details
-
Copy full SHA for e71532f - Browse repository at this point
Copy the full SHA e71532fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c3484 - Browse repository at this point
Copy the full SHA b6c3484View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6550205 - Browse repository at this point
Copy the full SHA 6550205View commit details
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2d6333 - Browse repository at this point
Copy the full SHA f2d6333View commit details -
Configuration menu - View commit details
-
Copy full SHA for f061501 - Browse repository at this point
Copy the full SHA f061501View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458234d - Browse repository at this point
Copy the full SHA 458234dView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d53ae8c - Browse repository at this point
Copy the full SHA d53ae8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09419fd - Browse repository at this point
Copy the full SHA 09419fdView commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6eceda3 - Browse repository at this point
Copy the full SHA 6eceda3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9371b1a - Browse repository at this point
Copy the full SHA 9371b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cca266 - Browse repository at this point
Copy the full SHA 7cca266View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1025cd8 - Browse repository at this point
Copy the full SHA 1025cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b70f33 - Browse repository at this point
Copy the full SHA 5b70f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4302970 - Browse repository at this point
Copy the full SHA 4302970View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a554b00 - Browse repository at this point
Copy the full SHA a554b00View commit details -
rewrote the HardwarePWM constructor to use the new ledc_timer/ledc_ch…
…annel classes which in turn use the channel/timer singleton classes that marshal access to the hardware instances. The actual member functions have not been rewritten yet and still use the esp ledc_ interface (and thus will fail).
Configuration menu - View commit details
-
Copy full SHA for 5195abc - Browse repository at this point
Copy the full SHA 5195abcView commit details
Commits on Apr 7, 2023
-
added doxygen for the ledc_channel and ledc_timer class, rewrote the …
…member functions for HardwarePWM.
Configuration menu - View commit details
-
Copy full SHA for 4e5cea7 - Browse repository at this point
Copy the full SHA 4e5cea7View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b08563 - Browse repository at this point
Copy the full SHA 3b08563View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81b1d4 - Browse repository at this point
Copy the full SHA a81b1d4View commit details