micropython/docs/library
Paul Sokolovsky a0fb360f1b docs/library/uos: urandom: Generalize description.
Don't give a guarantee of HW RNG, only a possibility of its usage.
2017-04-16 09:22:47 +03:00
..
array.rst docs/array: Document array module. 2016-08-07 00:13:48 +03:00
btree.rst docs/library/btree: Add btree module docs. 2017-04-04 00:29:23 +03:00
builtins.rst docs/library/builtins: int: Add notice on byteorder param for to/from_bytes. 2017-04-09 00:06:54 +03:00
cmath.rst docs: math, cmath: Add port availability information. 2016-06-01 22:12:39 +03:00
esp.rst docs/library/esp: Remove para and add further warning about flash. 2017-01-06 18:32:49 +11:00
framebuf.rst extmod/modframebuf: Make monochrome bitmap formats start with MONO_. 2017-04-04 17:38:33 +10:00
gc.rst
index.rst docs/library/btree: Add btree module docs. 2017-04-04 00:29:23 +03:00
lcd160cr.rst docs/library/lcd160cr: Add link to framebuf page. 2017-03-07 18:17:40 +11:00
machine.ADC.rst docs/machine*: Remove explicit targets and "machine." prefixes on classes. 2016-06-09 03:03:53 +03:00
machine.I2C.rst docs/library/machine.I2C: Fix scan() doc to match implementation. 2017-03-20 15:30:41 +11:00
machine.Pin.rst docs/machine.Pin: Move wipy-specific methods to its docs. 2017-04-05 13:05:04 +03:00
machine.RTC.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
machine.SD.rst docs/machine*: Remove explicit targets and "machine." prefixes on classes. 2016-06-09 03:03:53 +03:00
machine.SPI.rst docs/machine.SPI: Remove outdated wipy chunk. 2017-04-05 11:47:15 +03:00
machine.Timer.rst docs/machine: Add explicit note on machine module level and scope. 2017-01-28 12:08:25 +03:00
machine.UART.rst docs/library/machine.UART: Remove some conditionals. 2017-04-09 00:25:27 +03:00
machine.WDT.rst docs/library/machine.WDT: Add that WDT is available on pyboard. 2016-09-06 14:20:52 +10:00
machine.rst cc3200/modmachine: Return frequency value directly, like other ports. 2017-04-05 11:58:17 +03:00
math.rst docs: math, cmath: Add port availability information. 2016-06-01 22:12:39 +03:00
micropython.rst docs/library/micropython: Deconditionalize. 2017-04-16 09:18:47 +03:00
network.rst docs/library/network: Typo fixes, consistent acronym capitalization. 2016-10-28 12:03:35 +03:00
pyb.ADC.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
pyb.Accel.rst docs/library/pyb.Accel: Add hardware note about pins used by accel. 2016-12-02 17:39:13 +11:00
pyb.CAN.rst docs/pyb.*: Use proper class case in method headers. 2016-06-08 16:21:28 +03:00
pyb.DAC.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
pyb.ExtInt.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
pyb.I2C.rst stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. 2016-11-11 17:36:19 +11:00
pyb.LCD.rst docs/pyb.*: Use proper class case in method headers. 2016-06-08 16:21:28 +03:00
pyb.LED.rst docs/pyb.*: Use proper class case in method headers. 2016-06-08 16:21:28 +03:00
pyb.Pin.rst docs/library/pyb.Pin: Minor typo fix, B6 should be A0. 2017-02-13 11:52:44 +11:00
pyb.RTC.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
pyb.SPI.rst docs/library/pyb.SPI: init(): Describe "bits" argument. 2016-09-18 21:41:21 +03:00
pyb.Servo.rst docs/pyb.*: Use proper class case in method headers. 2016-06-08 16:21:28 +03:00
pyb.Switch.rst docs/pyb.*: Use proper class case in method headers. 2016-06-08 16:21:28 +03:00
pyb.Timer.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
pyb.UART.rst docs/library/pyb.UART: Moved writechar doc to sit with other writes. 2016-12-15 09:59:45 +11:00
pyb.USB_HID.rst stmhal/usb: Add support to receive USB HID messages from host. 2016-10-04 15:38:01 +11:00
pyb.USB_VCP.rst docs: Remove references to readall() and update stream read() docs. 2016-11-14 23:31:40 +11:00
pyb.rst stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 2017-02-06 13:22:17 +11:00
select.rst docs/select: Add an article. 2016-06-18 19:06:42 +03:00
sys.rst docs/sys: print_exception: Fixes/clarifications. 2016-06-18 19:06:53 +03:00
ubinascii.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
ucollections.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
uctypes.rst docs: Spelling mistakes 2016-08-02 11:17:46 +03:00
uhashlib.rst docs/uhashlib: Deconditionalize. 2017-04-09 00:57:54 +03:00
uheapq.rst
uio.rst docs/uio: Typo fixes/lexical improvements. 2017-01-29 16:18:33 +03:00
ujson.rst
uos.rst docs/library/uos: urandom: Generalize description. 2017-04-16 09:22:47 +03:00
ure.rst docs/ure: Typo fix. 2016-06-07 08:53:54 +03:00
usocket.rst docs/usocket: Deconditionalize. 2017-04-09 00:48:28 +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: Deconditionalize description of sleep(). 2017-04-09 00:42:32 +03:00
uzlib.rst
wipy.rst