aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/buttons.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+0
* Run black on all first party python codeTomasz Kramkowski2025-08-061-89/+133
* buttons: fixes incorrect parametersPedro Lamas2025-03-211-1/+1
* buttons: Debounce gcode_button and filament_switch_sensor (#6848)Gareth Farrington2025-03-201-0/+35
* mcu: Rename setup_minmax() to setup_adc_sample()Kevin O'Connor2024-06-211-1/+1
* buttons: Fix possible ordering issue if a callback blocksKevin O'Connor2023-12-301-12/+12
* buttons: Simplify ack upconversion codeKevin O'Connor2023-12-101-4/+3
* button: Support half-stepping encodersRufo Sanchez2021-10-111-34/+87
* buttons: Improve python3 compatibilityKevin O'Connor2020-09-041-3/+3
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* query_adc: Add a new module to help query and debug analog pinsKevin O'Connor2019-11-071-0/+3
* buttons: Only call into main thread on an adc button changeKevin O'Connor2019-11-071-17/+13
* buttons: No need to check for None on min_value/max_valueKevin O'Connor2019-11-071-21/+13
* buttons: Remove MCU_ADC_buttons debug capabilityKevin O'Connor2019-11-071-11/+5
* buttons: initialize mcu buttons based on inverted stateArksine2019-07-051-2/+3
* serialhdl: Rename register_callback() to register_response()Kevin O'Connor2019-06-211-2/+2
* buttons: Minor code movementKevin O'Connor2019-05-261-37/+43
* menu: initial support for analog buttons (#977)Janar Sööt2019-04-141-0/+91
* buttons: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+8
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-1/+1
* pins: Explicitly pass can_invert and can_pullup to lookup_pin()Kevin O'Connor2018-07-261-1/+1
* buttons: Improve rotary encoder handler by using Ben Buxton state machine. (#...Janar Sööt2018-07-011-11/+35
* buttons: Add initial support for detecting button pressesKevin O'Connor2018-06-301-0/+143