Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extras: Use "from . import module" for relative imports | Kevin O'Connor | 2020-06-15 | 1 | -1/+1 |
* | ad5206: Use bus.py helper code for spi | Kevin O'Connor | 2018-11-21 | 1 | -17/+7 |
* | pins: Explicitly pass can_invert and can_pullup to lookup_pin() | Kevin O'Connor | 2018-07-26 | 1 | -3/+1 |
* | spicmds: Rework SPI message transmission | Kevin O'Connor | 2018-05-07 | 1 | -10/+13 |
* | pins: Remove module level get_printer_pins() and setup_pin() functions | Kevin O'Connor | 2018-04-04 | 1 | -5/+4 |
* | ad5206: Warn if ad5206 enable pin is inverted | Kevin O'Connor | 2018-02-17 | 1 | -0/+2 |
* | klippy: Introduce load_config_prefix() for modules that take parameters | Kevin O'Connor | 2018-02-03 | 1 | -1/+1 |
* | ad5206: Move the ad5206 code from chipmisc.py to extras directory | Kevin O'Connor | 2018-01-28 | 1 | -0/+30 |