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
/
sx1509.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-48
/
+103
*
sx1509: drop i2c_modify_bits
Timofey Titovets
2024-09-22
1
-7
/
+5
*
mcu: Remove support for set_pwm() cycle_time parameter
Kevin O'Connor
2024-01-23
1
-1
/
+1
*
mcu: Remove support for "static" pins
Kevin O'Connor
2024-01-23
1
-10
/
+2
*
mcu: Add support for changing cycle_time in set_pwm()
Kevin O'Connor
2020-09-26
1
-2
/
+2
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
sx1509: Improve Python3 compatibility
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
sx1509: Minor cleanup - don't default print_time to 0
Kevin O'Connor
2019-06-25
1
-1
/
+1
*
sx1509: Convert code to use generic i2c bus support
Kevin O'Connor
2019-04-04
1
-19
/
+5
*
sx1509: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-8
/
+14
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
1
-2
/
+3
*
sx1509: Relax restrictions on SX1509 pins (#836)
Florian Heilmann
2018-10-30
1
-6
/
+6
*
sx1509: Raise an error if a pin max_duration is not zero
Kevin O'Connor
2018-10-27
1
-1
/
+8
*
Add SX1509 extra
Florian Heilmann
2018-10-27
1
-0
/
+201