index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-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
/
pyb.Pin.rst
Age
Commit message (
Expand
)
Author
2022-07-29
docs/library/pyb.Pin: Add Pin.ALT constant.
chrismas9
2022-07-29
docs/library/pyb.Pin: Fix out-of-context paragraphs, and AF_PP typo.
chrismas9
2022-06-21
docs/library: Remove unnecessary "pyb." prefix on class names.
Damien George
2022-02-09
docs: Use the correct * keyword-only notation.
Jos Verlinde
2022-01-27
stm32/pin: Change remaining uses of "af" to "alt".
Damien George
2021-12-15
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-05-20
docs/library/pyb.Pin.rst: Update the arguments for Pin.init().
Andrew Leech
2018-10-19
docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.
Dave Hylands
2018-07-18
docs/library: Remove "only" directive from all pyb module docs.
Damien George
2017-02-13
docs/library/pyb.Pin: Minor typo fix, B6 should be A0.
Dave Hylands
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-06-08
docs/pyb.Pin: Sort .af() and .af_list() methods together.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.
Paul Sokolovsky
2016-06-08
docs/pyb.Pin: af_list() is a normal method, not a class method.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Add "currentmodule:: pyb" directive.
Paul Sokolovsky
2015-10-17
docs: Update all WiPy docs to reflect the new API.
danicampora
2015-09-16
cc3200: Replace Pin.PULL_NONE with None.
Daniel Campora
2015-09-10
cc3200: Add alternate functions list to Pin object.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-06-28
cc3200: Add `Pin.name()` method.
Daniel Campora
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora
2014-11-04
docs: Add links from quickref to pyb classes.
Damien George
2014-11-04
docs: Add debounce tutorial; order Pin methods; add pull resistor info.
Damien George
2014-10-31
docs: Cleanup and update some docs.
Damien George
2014-10-31
docs: Import documentation from source-code inline comments.
Damien George