Paul Sokolovsky
|
9c04299da1
|
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
|
9 years ago |
Paul Sokolovsky
|
5e7fa7c80c
|
docs/ubinascii: Document non-standard "sep" argument to hexlify().
|
9 years ago |
Paul Sokolovsky
|
e4cb7c6158
|
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
|
9 years ago |
Paul Sokolovsky
|
f81ea6307c
|
docs/ubinascii: Document a2b_base64(), b2a_base64().
|
9 years ago |
Paul Sokolovsky
|
28d4b94dce
|
docs/machine: Change wording to be a bit more port-neutral.
|
9 years ago |
Paul Sokolovsky
|
69b702276b
|
docs/os: Change wording to be a bit more port-neutral.
|
9 years ago |
Paul Sokolovsky
|
e24674d44e
|
docs: esp8266: esp.socket is deprecated, remove from docs.
|
9 years ago |
Paul Sokolovsky
|
254a5646c1
|
docs: Update copyright notice.
|
9 years ago |
Paul Sokolovsky
|
f50d9477c1
|
docs: network: esp8266: .scan() is now synchronous and returns result list.
|
9 years ago |
Paul Sokolovsky
|
d7019d0628
|
docs: network: esp8266: status is WLAN object method.
|
9 years ago |
danicampora
|
193795398d
|
docs: Correct pin interrupt example code for the WiPy.
|
9 years ago |
Paul Sokolovsky
|
87c783b454
|
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
|
9 years ago |
Paul Sokolovsky
|
679fe0abae
|
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
|
9 years ago |
Paul Sokolovsky
|
eda8746324
|
docs/esp8266: phy_mode() moved to network module.
|
9 years ago |
Paul Sokolovsky
|
0cb10b5220
|
docs/esp8266/quickref: Add note about GPIO16.
|
9 years ago |
Paul Sokolovsky
|
159f1aaca8
|
docs/esp8266/quickref: Note that timers supported are virtual ones.
|
9 years ago |
Paul Sokolovsky
|
e589cddcd4
|
docs/esp: Remove getaddrinfo(), now in socket module as expected.
|
9 years ago |
Paul Sokolovsky
|
6e6488530e
|
docs: More standard modules for esp8266.
|
9 years ago |
Paul Sokolovsky
|
4b5606bc09
|
docs/network: esp8266: Update docs on WLAN constructor.
|
9 years ago |
Paul Sokolovsky
|
ee6fcc6f91
|
docs: Add standard modules list for esp8266.
|
9 years ago |
Paul Sokolovsky
|
96a644076d
|
docs/topindex.html: Refer to "pyb" module only for pyboard.
|
9 years ago |
Peter Hinch
|
2b302dad51
|
docs: Update pyb.UART.any() to mention that it returns character count.
|
9 years ago |
Peter Hinch
|
6d5a549067
|
docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments.
|
9 years ago |
Peter Hinch
|
b8133c4c0f
|
docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.
|
9 years ago |
Peter Hinch
|
4a6cac4643
|
docs: Update asm tutorial, maximum number of allowed args is now 4.
|
9 years ago |
Damien George
|
2466cb67f8
|
docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.
|
9 years ago |
Peter Hinch
|
21b74604f9
|
docs: Add Python speed optimisation guide, including minimal viper ref.
|
9 years ago |
Peter Hinch
|
85d3b6165a
|
docs: Update details on using ADCAll object for vref/vbat channels.
|
9 years ago |
Peter Hinch
|
70f32f0f73
|
docs: Update asm_thumb2_hints_tips re return type of asm funcs.
|
9 years ago |
Damien George
|
6b80ebe32e
|
docs/esp8266: Fix indent errors, typos, and add info about REPL UART.
|
9 years ago |
Damien George
|
42ef5a1567
|
docs: Allow list of versions to be specified by environment variable.
|
9 years ago |
Damien George
|
5b74bba3a3
|
docs: Add versions.html template and support code for a version sidebar.
|
9 years ago |
Damien George
|
4b6077b3fe
|
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
|
9 years ago |
Damien George
|
809fbeefb7
|
docs: Add esp8266 quick reference page, with basic info.
|
9 years ago |
Noah Rosamilia
|
6bb9d3ea3e
|
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
|
9 years ago |
danicampora
|
57b96a7be2
|
docs: Correct machine.Timer code examples related to duty cycle.
|
9 years ago |
danicampora
|
8e1fdf2eb3
|
docs: Add note on machine.Timer class regarding PWM output pins.
|
9 years ago |
danicampora
|
add930c4b5
|
cc3200: Rename 'server' class to 'Server' for consistency.
|
9 years ago |
danicampora
|
12547ce737
|
docs: Minor change to improve clarity in machine.Timer docs.
|
9 years ago |
danicampora
|
0d210a0be8
|
docs: Correct WiPy Timer docs.
|
9 years ago |
danicampora
|
73c9f85b4c
|
cc3200: Simplify the Timer API and correct the documents.
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
|
9 years ago |
Damien George
|
331a48195d
|
docs: Bump version to 1.6.
|
9 years ago |
Damien George
|
0f87a010e3
|
docs: Update to say that Timer(3) is free, and detail LED intensity.
|
9 years ago |
Peter Hinch
|
c13b2f2d00
|
docs: Several minor changes: network, pyb, ADCAll and inline asm.
|
9 years ago |
Damien George
|
ea8be373a9
|
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
movwt can now move a full 32-bit constant into a register.
|
9 years ago |
Henrik Sölver
|
67f40fb237
|
docs: Include extra functions in time documentation for pyboard.
|
9 years ago |
Damien George
|
1d191fdf03
|
docs: Add link from pyboard switch tutorial to ISR rules document.
|
9 years ago |
Paul Sokolovsky
|
824f83fd20
|
docs: Set author as 'Damien P. George and contributors'.
|
9 years ago |
Paul Sokolovsky
|
275a0f25d3
|
docs: Fix readthedocs build by updating Latex params.
|
9 years ago |
Damien George
|
ed584e2ffd
|
docs: Bump version to 1.5.2.
|
9 years ago |