This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Hardware PWM using lightweight rpi_hardware_pwm library#474
Open
shortbloke wants to merge 1 commit intovitormhenrique:masterfrom
Open
Hardware PWM using lightweight rpi_hardware_pwm library#474shortbloke wants to merge 1 commit intovitormhenrique:masterfrom
shortbloke wants to merge 1 commit intovitormhenrique:masterfrom
Conversation
Open
|
Great Work. I like the small and lightweight rpi_hardware_pwm library instead of pigpio. |
jneilliii
reviewed
Aug 24, 2022
mym0T
approved these changes
Sep 17, 2022
|
Could you provide a binary for Raspbian ? |
|
Hi, what remains for this PR to be merged? :) |
|
Just tested this and it works great, thank you! Only snag was that installing Perhaps the docs can be updated, or even better, that the package can be installed on demand by the plugin? |
Canabalooza
added a commit
to Canabalooza/OctoPrint-Enclosure
that referenced
this pull request
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lightweight hardware PWM implementation with GUI configuration, allowing 25000 Hz PWM signal suitable for controlling Noctua PWM fans.
Another PR #442 but was criticised for needing pigpio and lacking UI configuration. This PR attempts so address the requirement whilst:
Fixes: #349