| Age | Commit message (Collapse) | Author |
|
See issues #3220 and #3710.
|
|
|
|
|
|
With this commit there is now only one entry point into the whole
documentation, which describes the general MicroPython language, and then
from there there are links to information about specific platforms/ports.
This commit doesn't change content (almost, it does fix a few internal
links), it just reorganises things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Consistency and formatting.
|
|
SPI(1) is not used for hardware SPI. Few more details are provided.
|
|
|
|
|
|
Use the `SPI` factory function in the examples, and use
proper baud rate of 80 000 000.
|
|
This module uses ESP8266's SPI hardware, which allows much higher
speeds. It uses a library from
https://github.com/MetalPhreak/ESP8266_SPI_Driver
|
|
|
|
|
|
WebREPL is much more stable now.
|
|
Using remote image causes problems with tools (partly because the image
is semi-firewalled and can't be accessed by arbitrary tools).
|
|
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
|
|
Since the ``stop`` parameter has been dropped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|