index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
buttons.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
buttons: Fix possible ordering issue if a callback blocks
Kevin O'Connor
2023-12-30
1
-12
/
+12
*
buttons: Simplify ack upconversion code
Kevin O'Connor
2023-12-10
1
-4
/
+3
*
button: Support half-stepping encoders
Rufo Sanchez
2021-10-11
1
-34
/
+87
*
buttons: Improve python3 compatibility
Kevin O'Connor
2020-09-04
1
-3
/
+3
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
query_adc: Add a new module to help query and debug analog pins
Kevin O'Connor
2019-11-07
1
-0
/
+3
*
buttons: Only call into main thread on an adc button change
Kevin O'Connor
2019-11-07
1
-17
/
+13
*
buttons: No need to check for None on min_value/max_value
Kevin O'Connor
2019-11-07
1
-21
/
+13
*
buttons: Remove MCU_ADC_buttons debug capability
Kevin O'Connor
2019-11-07
1
-11
/
+5
*
buttons: initialize mcu buttons based on inverted state
Arksine
2019-07-05
1
-2
/
+3
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-2
/
+2
*
buttons: Minor code movement
Kevin O'Connor
2019-05-26
1
-37
/
+43
*
menu: initial support for analog buttons (#977)
Janar Sööt
2019-04-14
1
-0
/
+91
*
buttons: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+8
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-1
/
+1
*
buttons: Improve rotary encoder handler by using Ben Buxton state machine. (#...
Janar Sööt
2018-07-01
1
-11
/
+35
*
buttons: Add initial support for detecting button presses
Kevin O'Connor
2018-06-30
1
-0
/
+143