Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |