.. |
cmath.rst
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
esp.rst
|
docs/esp: Enumerate flash access functions.
|
2016-04-15 14:01:22 +03:00 |
esp.socket.rst
|
docs: Document esp module for ESP8266.
|
2015-05-30 12:49:58 +01:00 |
gc.rst
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
index.rst
|
docs: esp8266: Include ussl module in the docs.
|
2016-05-22 23:57:26 +03:00 |
machine.ADC.rst
|
docs: Update all WiPy docs to reflect the new API.
|
2015-10-17 23:29:04 +02:00 |
machine.I2C.rst
|
docs/library/machine.I2C: Update to reflect ESP8266 implementation.
|
2016-05-02 12:31:17 +01:00 |
machine.Pin.rst
|
docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.
|
2016-05-03 13:55:37 +01:00 |
machine.RTC.rst
|
docs: Correct machine.RTC examples.
|
2015-10-22 20:23:28 +02:00 |
machine.SD.rst
|
docs: Several corrections to the classes in the machine module.
|
2015-10-21 15:30:56 +02:00 |
machine.SPI.rst
|
docs: Update all WiPy docs to reflect the new API.
|
2015-10-17 23:29:04 +02:00 |
machine.Timer.rst
|
docs: Correct machine.Timer code examples related to duty cycle.
|
2016-02-23 20:22:26 +01:00 |
machine.UART.rst
|
docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.
|
2016-05-07 20:20:04 +03:00 |
machine.WDT.rst
|
docs: Several corrections to the classes in the machine module.
|
2015-10-21 15:30:56 +02:00 |
machine.rst
|
docs/machine: Make disable_irq and enable_irq docs available for all.
|
2016-05-26 15:47:47 +01:00 |
math.rst
|
docs: Correct the documentation for math.frexp.
|
2015-02-23 22:15:11 +00:00 |
micropython.rst
|
docs: Add initial draft documentation for the WiPy.
|
2015-06-10 23:37:56 +02:00 |
network.rst
|
docs/network: esp8266: MAC address is set via .config() method.
|
2016-05-03 01:04:40 +03:00 |
pyb.ADC.rst
|
docs: Update details on using ADCAll object for vref/vbat channels.
|
2016-03-11 16:33:09 +00:00 |
pyb.Accel.rst
|
docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.
|
2015-07-08 11:10:51 +01:00 |
pyb.CAN.rst
|
stmhal: Add support for sending and receiving CAN RTR messages.
|
2015-04-18 14:53:00 +01:00 |
pyb.DAC.rst
|
docs: Fix formatting of DAC code examples.
|
2015-10-13 14:44:00 +01:00 |
pyb.ExtInt.rst
|
docs: Add links from quickref to pyb classes.
|
2014-11-04 18:25:20 +00:00 |
pyb.I2C.rst
|
docs: Update pyb.I2C constructor to reflect changes in Pyboard Lite.
|
2016-03-17 20:18:36 +00:00 |
pyb.LCD.rst
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
pyb.LED.rst
|
docs: Update to say that Timer(3) is free, and detail LED intensity.
|
2016-01-29 23:06:13 +00:00 |
pyb.Pin.rst
|
docs: Update all WiPy docs to reflect the new API.
|
2015-10-17 23:29:04 +02:00 |
pyb.RTC.rst
|
docs: Update all WiPy docs to reflect the new API.
|
2015-10-17 23:29:04 +02:00 |
pyb.SPI.rst
|
docs: Mention that pyb.SPI constructor accepts "X" and "Y" arguments.
|
2016-03-17 20:19:08 +00:00 |
pyb.Servo.rst
|
docs: Add quickref info about Servo; improve Servo docs.
|
2015-01-01 18:00:45 +00:00 |
pyb.Switch.rst
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
pyb.Timer.rst
|
docs: Update to say that Timer(3) is free, and detail LED intensity.
|
2016-01-29 23:06:13 +00:00 |
pyb.UART.rst
|
stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers.
|
2016-04-13 08:42:32 +01:00 |
pyb.USB_VCP.rst
|
docs: USB_VCP: Always in non-blocking mode, clarify stream method returns.
|
2015-10-25 13:24:29 +03:00 |
pyb.rst
|
docs: Several minor changes: network, pyb, ADCAll and inline asm.
|
2016-01-13 21:53:26 +00:00 |
select.rst
|
docs/select: Document POLLIN/OUT/ERR/HUP.
|
2015-11-09 22:10:32 +02:00 |
sys.rst
|
docs/sys: Describe sys.platform is port-neutral manner.
|
2016-05-01 14:39:38 +03:00 |
ubinascii.rst
|
docs/ubinascii: Clean up grammar.
|
2016-04-27 15:47:33 +03:00 |
ucollections.rst
|
docs: _io and _collections were renamed to have standard "u" prefix.
|
2016-05-02 14:02:54 +03:00 |
uctypes.rst
|
docs/uctypes.rst: Fix typo (steamlined -> streamlined).
|
2016-03-02 00:25:10 +02:00 |
uhashlib.rst
|
docs: Add more documentation for the CC3200 in the pyb module.
|
2015-06-16 15:45:24 +02:00 |
uheapq.rst
|
Update uheapq.rst
|
2014-11-28 17:32:29 +00:00 |
uio.rst
|
docs: _io and _collections were renamed to have standard "u" prefix.
|
2016-05-02 14:02:54 +03:00 |
ujson.rst
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
uos.rst
|
docs: Fix uos and utime heading underlines to be the correct length.
|
2016-04-27 12:11:27 +01:00 |
ure.rst
|
docs: Add skeleton docs for ure module.
|
2014-12-04 00:07:00 +02:00 |
usocket.rst
|
docs: Use getaddrinfo() result in easy way.
|
2016-05-03 00:48:04 +03:00 |
ussl.rst
|
docs/ussl: Add basic description of axTLS-based modussl.
|
2016-05-22 23:56:22 +03:00 |
ustruct.rst
|
docs/ustruct: Describe supported type codes.
|
2016-05-14 20:48:43 +03:00 |
utime.rst
|
docs/utime: Clarify module purpose.
|
2016-05-01 01:48:30 +03:00 |
uzlib.rst
|
docs: uzlib: Typo fix.
|
2014-12-05 02:08:30 +02:00 |
wipy.rst
|
docs: Add usocket and ussl modules' documentation.
|
2015-10-21 15:30:56 +02:00 |