summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.LED.rst
Commit message (Collapse)AuthorAge
* docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky2016-06-08
| | | | | Class designator will be used as is in indexes, so must match actual class name.
* docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky2016-06-08
| | | | | Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes.
* docs: Update to say that Timer(3) is free, and detail LED intensity.Damien George2016-01-29
|
* docs: Define more clearly the behaviour of LED methods.Damien George2014-12-16
| | | | Addresses issue #1006.
* docs: Add links from quickref to pyb classes.Damien George2014-11-04
|
* docs: Cleanup and update some docs.Damien George2014-10-31
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.