summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.Accel.rst
Commit message (Collapse)AuthorAge
* docs/library: Remove unnecessary "pyb." prefix on class names.Damien George2022-06-21
| | | | | | | Otherwise these classes are refered to with a double prefix, like pyb.pyb.ADC. Signed-off-by: Damien George <damien@micropython.org>
* docs: Remove spaces on lines that are empty.Damien George2019-12-04
|
* docs/library: Add missing cross-ref links for classes in pyb module.Mike Causer2017-10-11
|
* docs/library/pyb.Accel: Add hardware note about pins used by accel.Peter Hinch2016-12-02
|
* 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 pyb.Accel doc to reflect changes and explain filtered_xyz.Damien George2015-07-08
|
* 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.