micropython/docs/library
Paul Sokolovsky 3ebd67fc09 library/machine.Pin: Remove .id() method and .board class attr.
Both aren't part of generic Hardware API: It's impossible to implement
.id() method in a generic case (e.g., when Pin is instantiated by the
underlying OS/RTOS). .board attribute is an obvious space hog which
instead can be implemented on Python level if needed.
2017-05-21 15:50:16 +03:00
..
array.rst
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
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/index: Add important summary of the intro section as warning. 2017-05-15 00:26:44 +03:00
lcd160cr.rst drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. 2017-05-17 19:53:13 +10:00
machine.ADC.rst docs/library/machine.*: Add cross-reference label to individual classes. 2017-04-18 15:27:37 +10:00
machine.I2C.rst docs/library/machine.I2C: Remove WiPy-specific return values. 2017-04-18 15:39:27 +10:00
machine.Pin.rst library/machine.Pin: Remove .id() method and .board class attr. 2017-05-21 15:50:16 +03:00
machine.RTC.rst docs/library/machine.*: Add cross-reference label to individual classes. 2017-04-18 15:27:37 +10:00
machine.SD.rst docs/library/machine.*: Add cross-reference label to individual classes. 2017-04-18 15:27:37 +10:00
machine.SPI.rst docs/library/machine.SPI: Fix formatting of bullet list to stop warning. 2017-04-18 15:40:04 +10:00
machine.Signal.rst docs/machine.Signal: Add initial draft description of Signal class. 2017-05-14 23:12:06 +03:00
machine.Timer.rst docs/library/machine.*: Add cross-reference label to individual classes. 2017-04-18 15:27:37 +10:00
machine.UART.rst docs/library/machine.UART: Update and improve uart.any() docs. 2017-05-19 15:48:22 +10:00
machine.WDT.rst docs/library/machine.*: Add cross-reference label to individual classes. 2017-04-18 15:27:37 +10:00
machine.rst docs/machine.Signal: Add initial draft description of Signal class. 2017-05-14 23:12:06 +03:00
math.rst
micropython.rst docs/library/micropython: Document the newer micropython functions. 2017-05-18 00:25:09 +10:00
network.rst
pyb.ADC.rst
pyb.Accel.rst
pyb.CAN.rst
pyb.DAC.rst
pyb.ExtInt.rst
pyb.I2C.rst
pyb.LCD.rst
pyb.LED.rst
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
pyb.SPI.rst
pyb.Servo.rst
pyb.Switch.rst
pyb.Timer.rst
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
pyb.USB_VCP.rst
pyb.rst stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 2017-02-06 13:22:17 +11:00
select.rst
sys.rst
ubinascii.rst
ucollections.rst
uctypes.rst
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: Add description of uos.ilistdir() function. 2017-05-10 12:44:21 +10:00
ure.rst
usocket.rst docs/usocket: Deconditionalize. 2017-04-09 00:48:28 +03:00
ussl.rst docs/library/ussl: Deconditionalize, wipy notes moved to its documentation. 2017-04-16 09:41:32 +03:00
ustruct.rst
utime.rst docs/utime: Deconditionalize description of sleep(). 2017-04-09 00:42:32 +03:00
uzlib.rst
wipy.rst