Age | Commit message (Expand) | Author |
---|---|---|
2017-07-26 | extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. | Damien George |
2017-04-15 | extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter. | Damien George |
2017-04-11 | extmod/machine_signal: Support all Pin's arguments to the constructor. | Paul Sokolovsky |
2017-02-08 | extmod/machine_signal: Implement Signal .on() and .off() methods. | Paul Sokolovsky |
2017-01-29 | extmod/machine_signal: Implement "signal" abstraction for machine module. | Paul Sokolovsky |