summaryrefslogtreecommitdiff
path: root/docs/library/machine.Pin.rst
AgeCommit message (Expand)Author
2021-11-30docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant.Scott Armitage
2021-02-03docs/library/machine.Pin.rst: Make it clear which methods are not core.Damien George
2020-08-21docs: Change `\*` to `*` in argument lists.Zenix27
2020-04-30docs/library: Note that machine.Pin.irq's hard arg may not be supported.Damien George
2019-03-14docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls.Damien George
2018-10-15docs/machine.Pin: Document "hard" argument of Pin.irq method.Peter Hinch
2018-10-13docs/machine.Pin: Add note regarding irq handler argument.Peter Hinch
2017-05-29docs/machine.Pin: Add on() and off() methods.Paul Sokolovsky
2017-05-29docs/machine.Pin: Remove out_value() method.Paul Sokolovsky
2017-05-21library/machine.Pin: Remove .id() method and .board class attr.Paul Sokolovsky
2017-05-14docs/machine.Pin: There's no toggle() method in MicroPython hardware API.Paul Sokolovsky
2017-04-18docs/library/machine.*: Add cross-reference label to individual classes.Damien George
2017-04-05docs/machine.Pin: Move wipy-specific methods to its docs.Paul Sokolovsky
2017-04-05docs/machine.Pin: Move wipy-specific details to its own docs.Paul Sokolovsky
2016-11-09docs/library/machine.Pin: Update Pin docs to align with new HW API.Damien George
2016-08-02docs: Spelling mistakesMike Causer
2016-06-09docs/machine*: Remove explicit targets and "machine." prefixes on classes.Paul Sokolovsky
2016-06-09docs/machine.Pin: Disambiguate object call method.Paul Sokolovsky
2016-06-08docs/machine.Pin: Add class designator to all constants.Paul Sokolovsky
2016-06-08docs/machine.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/machine.Pin: Remove explicit target.Paul Sokolovsky
2016-06-08docs/machine.*: Add "currentmodule:: machine" directive.Paul Sokolovsky
2016-06-07docs/library/machine.Pin: Mention GPIO and cross-link .value() function.Paul Sokolovsky
2016-05-03docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.Damien George
2016-03-28docs: Correct pin interrupt example code for the WiPy.danicampora
2015-10-21docs: Several corrections to the classes in the machine module.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora