aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/multi_pin.py
Commit message (Expand)AuthorAgeFilesLines
* multi_pin: Use config.getlist() for pins config optionKevin O'Connor2021-08-211-2/+2
* mcu: Add support for changing cycle_time in set_pwm()Kevin O'Connor2020-09-261-2/+2
* pins: Explicitly pass can_invert and can_pullup to lookup_pin()Kevin O'Connor2018-07-261-4/+4
* pins: Remove module level get_printer_pins() and setup_pin() functionsKevin O'Connor2018-04-041-8/+8
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-1/+1
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-291-5/+2
* multi_pin: Move the multi_pin code from chipmisc.py to extras directoryKevin O'Connor2018-01-281-0/+57