index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
machine.Pin.rst
Age
Commit message (
Expand
)
Author
2021-11-30
docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant.
Scott Armitage
2021-02-03
docs/library/machine.Pin.rst: Make it clear which methods are not core.
Damien George
2020-08-21
docs: Change `\*` to `*` in argument lists.
Zenix27
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
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
2017-05-21
library/machine.Pin: Remove .id() method and .board class attr.
Paul Sokolovsky
2017-05-14
docs/machine.Pin: There's no toggle() method in MicroPython hardware API.
Paul Sokolovsky
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
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
2016-06-08
docs/machine.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/machine.Pin: Remove explicit target.
Paul Sokolovsky
2016-06-08
docs/machine.*: Add "currentmodule:: machine" directive.
Paul Sokolovsky
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