| Age | Commit message (Collapse) | Author |
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
|
|
|
|
|
|
This makes rendered docs to not provide incorrect information and
consistent with how it's down for other machine classes.
|
|
Class designator will be used as is in indexes, so must match actual class
name.
|
|
|
|
With currentmodule:: support, all targets should be generated properly by
Sphinx.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
|
|
Makes sure that classes described in these separate files are properly
designated as belonging to "machine" module in indexes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This introductions makes explicit the fact that whenever possible,
the documentation describes full MicroPython functionality, and arbitrary
functions/classes/modules may be missing in a paricular port or build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, disclose the fact that server certificates are not
validated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of extracting 4th element, extact last. Much easier to remember!
|
|
This machine.I2C documentation is now closer to a more port-neutral
description, although there are still differences between WiPy and
ESP8266.
|
|
|
|
A standard I2C address is 7 bits but addresses 0b0000xxx and 0b1111xxx
are reserved. The scan() method is changed to reflect this, along with
the docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Per current CPython docs conventions, arguments are in italics. Follow
that.
|
|
|
|
|
|
|
|
|