| Age | Commit message (Collapse) | Author |
|
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
|
|
|
|
Since the ``stop`` parameter has been dropped.
|
|
Fixes issue #2065.
|
|
|
|
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
|
|
|
|
|
|
|
|
|
|
At http://micropython.org/webrepl .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|