aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/sx1509.py
Commit message (Expand)AuthorAgeFilesLines
* sx1509: Minor cleanup - don't default print_time to 0Kevin O'Connor2019-06-251-1/+1
* sx1509: Convert code to use generic i2c bus supportKevin O'Connor2019-04-041-19/+5
* sx1509: Wrap code to 80 columnsKevin O'Connor2019-02-271-8/+14
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-071-2/+3
* sx1509: Relax restrictions on SX1509 pins (#836)Florian Heilmann2018-10-301-6/+6
* sx1509: Raise an error if a pin max_duration is not zeroKevin O'Connor2018-10-271-1/+8
* Add SX1509 extraFlorian Heilmann2018-10-271-0/+201