micropython/docs/library
Damien George a5221c47eb docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us.
This description is based on the existing bare-metal ports implementations.

Signed-off-by: Damien George <damien@micropython.org>
2021-07-22 00:07:37 +10:00
..
_thread.rst
btree.rst
builtins.rst
cmath.rst
esp.rst
esp32.rst docs/library: Document new esp32.RMT features and fix wait_done. 2021-07-01 14:44:41 +10:00
framebuf.rst
gc.rst
index.rst docs/library: Add initial API reference for rp2 module and its classes. 2021-05-08 18:02:04 +10:00
lcd160cr.rst
machine.ADC.rst
machine.ADCWiPy.rst
machine.I2C.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:19:44 +10:00
machine.I2S.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:19:44 +10:00
machine.PWM.rst
machine.Pin.rst
machine.RTC.rst docs/library/machine.RTC.rst: Document datetime method and fix ex code. 2021-06-12 22:53:49 +10:00
machine.SD.rst
machine.SDCard.rst
machine.SPI.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:19:44 +10:00
machine.Signal.rst
machine.Timer.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
machine.TimerWiPy.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
machine.UART.rst
machine.WDT.rst
machine.rst esp32,stm32: Add new machine.I2S class for I2S protocol support. 2021-07-05 23:42:25 +10:00
math.rst
micropython.rst
network.CC3K.rst all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
network.WIZNET5K.rst all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
network.WLAN.rst docs/esp32: Document WLAN "reconnects" config option. 2021-06-17 18:48:17 +10:00
network.WLANWiPy.rst
network.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
pyb.ADC.rst
pyb.Accel.rst
pyb.CAN.rst all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
pyb.DAC.rst
pyb.ExtInt.rst
pyb.Flash.rst
pyb.I2C.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:19:44 +10:00
pyb.LCD.rst
pyb.LED.rst
pyb.Pin.rst docs/library/pyb.Pin.rst: Update the arguments for Pin.init(). 2021-05-20 23:08:43 +10:00
pyb.RTC.rst
pyb.SPI.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 2021-07-18 11:19:44 +10:00
pyb.Servo.rst
pyb.Switch.rst
pyb.Timer.rst
pyb.UART.rst all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
pyb.USB_HID.rst
pyb.USB_VCP.rst stm32/usb: Make irq's default trigger enable all events. 2021-06-23 16:11:37 +10:00
pyb.rst all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
rp2.Flash.rst docs/library: Add initial API reference for rp2 module and its classes. 2021-05-08 18:02:04 +10:00
rp2.PIO.rst docs/library: Add initial API reference for rp2 module and its classes. 2021-05-08 18:02:04 +10:00
rp2.StateMachine.rst docs/library: Add initial API reference for rp2 module and its classes. 2021-05-08 18:02:04 +10:00
rp2.rst docs/library/rp2.rst: Fix typo overriden->overridden. 2021-05-12 00:05:55 +10:00
uarray.rst
uasyncio.rst extmod/uasyncio: Add readinto() method to Stream class. 2021-06-15 13:13:35 +10:00
ubinascii.rst
ubluetooth.rst
ucollections.rst
ucryptolib.rst
uctypes.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
uerrno.rst
uhashlib.rst
uheapq.rst docs/library: Clarify what type of algorithm is implemented in heapq. 2021-05-18 12:24:21 +10:00
uio.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
ujson.rst
uos.rst
ure.rst
uselect.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
usocket.rst docs: Fix some spelling mistakes. 2021-05-04 22:58:00 +10:00
ussl.rst docs/library: Add a blank line to fix formatting for ussl docs. 2021-05-18 12:27:57 +10:00
ustruct.rst docs/library: Warn that ustruct doesn't handle spaces in format strings. 2021-07-06 14:59:50 +10:00
usys.rst
utime.rst docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us. 2021-07-22 00:07:37 +10:00
uzlib.rst
wipy.rst