You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matt Trentini 60d3a3c3a0 docs/library/bluetooth.rst: Update incorrect link to gatts_write. 3 years ago
..
_thread.rst docs/_thread: Add a placeholder docs for _thread module. 7 years ago
array.rst docs: Replace ufoo with foo in all docs. 3 years ago
binascii.rst docs: Replace ufoo with foo in all docs. 3 years ago
bluetooth.rst docs/library/bluetooth.rst: Update incorrect link to gatts_write. 3 years ago
btree.rst docs: Replace ufoo with foo in all docs. 3 years ago
builtins.rst docs/library/builtins.rst: Add module title. 3 years ago
cmath.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
collections.rst docs: Replace ufoo with foo in all docs. 3 years ago
cryptolib.rst docs: Replace ufoo with foo in all docs. 3 years ago
errno.rst docs: Replace ufoo with foo in all docs. 3 years ago
esp.rst docs/library: Clarify that the arg to esp.deepsleep is in microseconds. 4 years ago
esp32.rst docs: Replace ufoo with foo in all docs. 3 years ago
framebuf.rst extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
gc.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
hashlib.rst docs: Replace ufoo with foo in all docs. 3 years ago
heapq.rst docs: Replace ufoo with foo in all docs. 3 years ago
index.rst docs/library: Fix usage of :term: for frozen module reference. 3 years ago
io.rst docs: Replace ufoo with foo in all docs. 3 years ago
json.rst docs: Replace ufoo with foo in all docs. 3 years ago
lcd160cr.rst docs: Change `\*` to `*` in argument lists. 4 years ago
machine.ADC.rst docs/library: Specify new machine.ADC class. 5 years ago
machine.ADCWiPy.rst docs: Change `\*` to `*` in argument lists. 4 years ago
machine.I2C.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
machine.I2S.rst docs/library/machine.I2S.rst: Fix use of sd pin in examples. 3 years ago
machine.PWM.rst docs/library/machine: Specify initial machine.PWM class. 4 years ago
machine.Pin.rst docs/library/machine.Pin.rst: Make it clear which methods are not core. 4 years ago
machine.RTC.rst docs/library/machine.RTC.rst: Document datetime method and fix ex code. 3 years ago
machine.SD.rst docs/machine: Add initial docs for new machine.SDCard class. 6 years ago
machine.SDCard.rst docs: Replace ufoo with foo in all docs. 3 years ago
machine.SPI.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
machine.Signal.rst docs/library/machine.Signal.rst: Correct typo: usecases to use cases. 4 years ago
machine.Timer.rst docs: Fix some spelling mistakes. 4 years ago
machine.TimerWiPy.rst docs: Fix some spelling mistakes. 4 years ago
machine.UART.rst esp32/machine_uart: Add flow kw-arg to enable hardware flow control. 3 years ago
machine.WDT.rst docs/library: Fix docs for machine.WDT to specify millisecond timeout. 5 years ago
machine.rst docs: Add docs for machine.bitstream and neopixel module. 3 years ago
math.rst docs/library: Add CPython docs xref to each pertinent module. 7 years ago
micropython.rst docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
neopixel.rst docs: Add docs for machine.bitstream and neopixel module. 3 years ago
network.CC3K.rst all: Replace busses with buses. 4 years ago
network.WIZNET5K.rst all: Replace busses with buses. 4 years ago
network.WLAN.rst docs: Replace ufoo with foo in all docs. 3 years ago
network.WLANWiPy.rst docs: Change `\*` to `*` in argument lists. 4 years ago
network.rst docs/library/network.rst: Simplify socket import. 3 years ago
os.rst docs/library/os.rst: Clarify littlefs requirements for block erase. 3 years ago
pyb.ADC.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Accel.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.CAN.rst all: Replace busses with buses. 4 years ago
pyb.DAC.rst docs: Change `\*` to `*` in argument lists. 4 years ago
pyb.ExtInt.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Flash.rst docs: Replace ufoo with foo in all docs. 3 years ago
pyb.I2C.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
pyb.LCD.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.LED.rst docs: Remove spaces on lines that are empty. 5 years ago
pyb.Pin.rst docs/library/pyb.Pin.rst: Update the arguments for Pin.init(). 4 years ago
pyb.RTC.rst docs,stm32: Fix minor typos in RTC docs, and->an. 4 years ago
pyb.SPI.rst docs: Replace master/slave with controller/peripheral in I2C and SPI. 3 years ago
pyb.Servo.rst docs/pyb.*: Use proper class case in method headers. 9 years ago
pyb.Switch.rst docs: Fix some references and RST markup to eliminate Sphinx warnings. 7 years ago
pyb.Timer.rst docs: Change `\*` to `*` in argument lists. 4 years ago
pyb.UART.rst all: Replace busses with buses. 4 years ago
pyb.USB_HID.rst docs: Change `\*` to `*` in argument lists. 4 years ago
pyb.USB_VCP.rst stm32/usb: Make irq's default trigger enable all events. 3 years ago
pyb.rst docs: Replace ufoo with foo in all docs. 3 years ago
re.rst docs: Replace ufoo with foo in all docs. 3 years ago
rp2.Flash.rst docs: Replace ufoo with foo in all docs. 3 years ago
rp2.PIO.rst docs/library: Add initial API reference for rp2 module and its classes. 4 years ago
rp2.StateMachine.rst docs/library: Add initial API reference for rp2 module and its classes. 4 years ago
rp2.rst docs/library/rp2.rst: Fix typo overriden->overridden. 4 years ago
select.rst docs: Replace ufoo with foo in all docs. 3 years ago
socket.rst docs: Replace ufoo with foo in all docs. 3 years ago
ssl.rst docs: Replace ufoo with foo in all docs. 3 years ago
struct.rst docs: Replace ufoo with foo in all docs. 3 years ago
sys.rst docs: Replace ufoo with foo in all docs. 3 years ago
time.rst docs: Replace ufoo with foo in all docs. 3 years ago
uasyncio.rst docs/library/uasyncio.rst: Document stream readexactly() method. 3 years ago
uctypes.rst docs: Replace ufoo with foo in all docs. 3 years ago
wipy.rst docs: Add usocket and ussl modules' documentation. 9 years ago
zephyr.DiskAccess.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.FlashArea.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zephyr.zsensor.rst docs/library/zephyr: Add libraries specific to the Zephyr port. 3 years ago
zlib.rst docs: Replace ufoo with foo in all docs. 3 years ago