Paul Sokolovsky
bba77a2d01
docs/machine.Pin: Add class designator to all constants.
This makes rendered docs to not provide incorrect information and
consistent with how it's down for other machine classes.
9 years ago
Paul Sokolovsky
7d7243f44c
docs/machine.*: Use proper class case in method headers.
Class designator will be used as is in indexes, so must match actual class
name.
9 years ago
Paul Sokolovsky
93968bd6fb
docs/machine.UART: Cleanup pyboard section.
9 years ago
Paul Sokolovsky
0a4361ca67
docs/machine.Pin: Remove explicit target.
With currentmodule:: support, all targets should be generated properly by
Sphinx.
9 years ago
Paul Sokolovsky
0a4cc24b2e
docs/pyb.*: Add "currentmodule:: pyb" directive.
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
9 years ago
Paul Sokolovsky
c8b7628094
docs/machine.*: Add "currentmodule:: machine" directive.
Makes sure that classes described in these separate files are properly
designated as belonging to "machine" module in indexes.
9 years ago
Paul Sokolovsky
2c5fc681c8
docs/library/machine.Pin: Mention GPIO and cross-link .value() function.
9 years ago
Paul Sokolovsky
6e2fa5237d
docs/usocket: There must be empty line after .only:: .
9 years ago
Paul Sokolovsky
9b18811951
docs/ure: Typo fix.
9 years ago
Paul Sokolovsky
753a965363
docs/esp.socket: Remove unused file.
9 years ago
Paul Sokolovsky
9487b80666
docs/library/network: wipy: Fix literal block indentation.
9 years ago
Damien George
2bf6eb9fe2
docs: Add link to PDF version of docs in sidebar.
Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
9 years ago
Ben Hagen
0b913bd09f
docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.
9 years ago
Damien George
9b39263b11
docs: Bump version to 1.8.1.
9 years ago
puuu
3f6ca4b22c
docs/esp8266/general: Add note about RTC overflow.
9 years ago
Paul Sokolovsky
d8cc51ea2b
docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.
WebREPL is much more stable now.
9 years ago
Damien George
ed4e5d2583
docs/library/index: Fix grammar and spelling in intro paragraph.
9 years ago
Marcel Stör
0b9725812e
docs/wipy/tutorial: Add note about screen key bindings on OS X.
9 years ago
Paul Sokolovsky
e456b2cc94
docs/README: Add some hints for PDF docs generation.
9 years ago
Paul Sokolovsky
09f764dc04
docs/library/index: Add intro paragraph regarding availability of modules.
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.
9 years ago
Paul Sokolovsky
9a1a49ceec
esp8266/general: Typo/grammar fixes.
9 years ago
Paul Sokolovsky
fdf45a718b
esp8266/quickref: Use local image of Adafruit Huzzah board.
Using remote image causes problems with tools (partly because the image
is semi-firewalled and can't be accessed by arbitrary tools).
9 years ago
Paul Sokolovsky
c4ab8895e8
docs: math, cmath: Add port availability information.
9 years ago
Paul Sokolovsky
1a05a59116
docs/math: Typo fix.
9 years ago
Damien George
93a9c2e840
docs/library/machine: Add documentation for machine.time_pulse_us.
9 years ago
Peter Hinch
641300dccb
stmhal/dac: DAC deinit() method added.
9 years ago
Tomas R
7d4fd8b6db
docs/esp8266/general: Remove duplicate phrase.
9 years ago
Damien George
a3dc2c6031
docs/machine: Make disable_irq and enable_irq docs available for all.
9 years ago
mad474
eaecc4c02e
docs/esp8266/general: Grammar fixes.
9 years ago
Paul Sokolovsky
3e33aeb0db
docs: esp8266: Include ussl module in the docs.
9 years ago
Paul Sokolovsky
bca4c9e465
docs/ussl: Add basic description of axTLS-based modussl.
In particular, disclose the fact that server certificates are not
validated.
9 years ago
misterdanb
a0a08b4be1
esp8266: Add APA102 serial individually controllable LEDs support.
APA102 is a new "smart LED", similar to WS2812 aka "Neopixel".
9 years ago
Paul Sokolovsky
ca63c77073
docs/ustruct: Describe supported type codes.
9 years ago
Radomir Dopieralski
ccb00b7724
docs/esp8266/quickstart: remove i2c examples with stop=False
Since the ``stop`` parameter has been dropped.
9 years ago
Damien George
9b4502b7e8
docs/esp8266/tutorial: Fix typo in do_connect() network example.
Fixes issue #2065 .
9 years ago
Radomir Dopieralski
e89413e9b0
docs/esp8266/quickref: New way to get MAC address
9 years ago
Paulus Schoutsen
c156e89379
Fix ESP8266 Network tutorial
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
9 years ago
Radomir Dopieralski
0c86a9471a
docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.
9 years ago
Damien George
2c2fc070ec
docs: Bump version to 1.8.
9 years ago
Damien George
56fd33a6dd
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
9 years ago
Paul Sokolovsky
c68c327310
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
9 years ago
Paul Sokolovsky
1f396c58d9
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
At http://micropython.org/webrepl .
9 years ago
Damien George
5d05993f10
esp8266/tutorial: Mention that esptool is available via pip.
9 years ago
Damien George
8af64bcf2b
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
9 years ago
Damien George
5036b6ad18
docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.
9 years ago
Paul Sokolovsky
81a99eb388
docs/machine: idle() description generalization.
9 years ago
Paul Sokolovsky
bb6458bf43
docs/machine: More generic description of sleep's, WiPy details to its genref.
9 years ago
Paul Sokolovsky
db99ae00a2
docs/machine: Move WiPy-specific hardware details to its general reference.
9 years ago
Paul Sokolovsky
06ec96b47b
docs/machine: Generalize docs from just WiPy to other ports.
9 years ago
Damien George
879bc4197a
docs/esp8266: Add ESP8266 tutorial.
9 years ago