| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-03 | docs/library/machine.Pin.rst: Make it clear which methods are not core. | Damien George | |
| Signed-off-by: Damien George <damien@micropython.org> | |||
| 2020-08-21 | docs: Change `\*` to `*` in argument lists. | Zenix27 | |
| Latest versions of Sphinx (at least 3.1.0) do not need the `*` escaped and will render the `\` in the output if it is there, so remove it. Fixes issue #6209. | |||
| 2020-04-30 | docs/library: Note that machine.Pin.irq's hard arg may not be supported. | Damien George | |
| 2019-03-14 | docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls. | Damien George | |
| As already mentioned in the docs, not all constants may be available on all ports, so this is optional to implement. | |||
| 2018-10-15 | docs/machine.Pin: Document "hard" argument of Pin.irq method. | Peter Hinch | |
| 2018-10-13 | docs/machine.Pin: Add note regarding irq handler argument. | Peter Hinch | |
| 2017-05-29 | docs/machine.Pin: Add on() and off() methods. | Paul Sokolovsky | |
| 2017-05-29 | docs/machine.Pin: Remove out_value() method. | Paul Sokolovsky | |
| This method isn't implemented in any port. It seemed to have originated in cc3200 port, but actually never was implemented there either. In general case, it's impossible to implement this method (for example, for a perfect GPO, which has only output latch without any feedback look into a CPU). | |||
| 2017-05-21 | library/machine.Pin: Remove .id() method and .board class attr. | Paul Sokolovsky | |
| Both aren't part of generic Hardware API: It's impossible to implement .id() method in a generic case (e.g., when Pin is instantiated by the underlying OS/RTOS). .board attribute is an obvious space hog which instead can be implemented on Python level if needed. | |||
| 2017-05-14 | docs/machine.Pin: There's no toggle() method in MicroPython hardware API. | Paul Sokolovsky | |
| May be a port-specific method, not portable, not part of the official specification. | |||
| 2017-04-18 | docs/library/machine.*: Add cross-reference label to individual classes. | Damien George | |
| 2017-04-05 | docs/machine.Pin: Move wipy-specific methods to its docs. | Paul Sokolovsky | |
| 2017-04-05 | docs/machine.Pin: Move wipy-specific details to its own docs. | Paul Sokolovsky | |
| 2016-11-09 | docs/library/machine.Pin: Update Pin docs to align with new HW API. | Damien George | |
| 2016-08-02 | docs: Spelling mistakes | Mike Causer | |
| 2016-06-09 | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | |
| With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | |||
| 2016-06-09 | docs/machine.Pin: Disambiguate object call method. | Paul Sokolovsky | |
| 2016-06-08 | docs/machine.Pin: Add class designator to all constants. | Paul Sokolovsky | |
| This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes. | |||
| 2016-06-08 | docs/machine.*: Use proper class case in method headers. | Paul Sokolovsky | |
| Class designator will be used as is in indexes, so must match actual class name. | |||
| 2016-06-08 | docs/machine.Pin: Remove explicit target. | Paul Sokolovsky | |
| With currentmodule:: support, all targets should be generated properly by Sphinx. | |||
| 2016-06-08 | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | |
| Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | |||
| 2016-06-07 | docs/library/machine.Pin: Mention GPIO and cross-link .value() function. | Paul Sokolovsky | |
| 2016-05-03 | docs/library/machine.Pin: Update pin docs to reflect ESP8266 support. | Damien George | |
| 2016-03-28 | docs: Correct pin interrupt example code for the WiPy. | danicampora | |
| 2015-10-21 | docs: Several corrections to the classes in the machine module. | danicampora | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
