Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fan: Clarify hardware_pwm and allow cycle_time to be set on software pwm | Kevin O'Connor | 2018-01-29 | 1 | -4/+4 |
| | | | | | | | | Specify hardware pwm cycle times using the same method as software pwm (in seconds, not clock ticks). Allow the fan code to be configured with an explicit cycle time even when using software pwm. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | fan: Move fan code to extras directory | Kevin O'Connor | 2018-01-28 | 1 | -0/+39 |
The print cooling fan and printer heater_fan are independent modules that can reside in the extras directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |