| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of extracting 4th element, extact last. Much easier to remember!
|
|
|
|
|
|
Link to vendor forum with datasheets, etc. is provided, as well as inline
TTX.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To make it neater and simpler.
|
|
|
|
|
|
|
|
|
|
Not all ports accept floating-point value.
|
|
|
|
|
|
Otherwise Sphinx gives a warning.
|
|
|
|
It doesn't make sense to duplicate both on command line, and MICROPY_PORT
is effectively mandatory to build docs.
|
|
|
|
Even the modules whose names don't start with "u" prefix are micro-ified
anyway, i.e. provide only subset of CPython's functionality (and sometimes
extensions to it). So, it doesn't make much sense to devide them by
criteria of having/not having "u" prefix.
|
|
|
|
|
|
|
|
|
|
|