summaryrefslogtreecommitdiff
path: root/shared-bindings/busio
AgeCommit message (Expand)Author
2020-07-23Remove stop kwarg from I2C writeto.Scott Shawcroft
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Remove trailing spaceScott Shawcroft
2020-07-02Changed unions to ReadableBuffer and WriteableBufferdherrada
2020-07-02Merge branch 'main' into patch-1Scott Shawcroft
2020-07-02Removed all 'self, )'dherrada
2020-07-02Made suggested changesdherrada
2020-07-02Changed bytearray to a uniondherrada
2020-07-02Did busio, fixed up analogiodherrada
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-25Use main/selected terminology in docstringsJeff Epler
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-13Update countio to python stub docsScott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
2020-05-10ujson: do not eat trailing whitespacewarriorofwire
2020-04-29Added newlines after every ellipsisdherrada
2020-04-29Fixed indentationdherrada
2020-04-29Did the same for the rest of busiodherrada
2020-04-29Hopefully fixed whitespace issuesdherrada
2020-04-28Fixed whitespace in busiodherrada
2020-04-25Added pyi to OneWire.cdherrada
2020-04-25Fixed empty linesdherrada
2020-04-25Added inline pyi to UART.cdherrada
2020-04-25Added inline pyi to I2C.cdherrada
2020-04-23Reorganized pyi againdherrada
2020-04-23Reogranized pyi in spi.cdherrada
2020-04-22Added pyi to SPI.cdherrada
2020-04-17busio/UART: Correct and clarify readline() return.AndrewR-L
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-18Addition of RS485 supportDave Marples
2020-02-18Addition of RTS/CTS/RS485 UART functionalityDave Marples
2020-02-11doc typoDan Halbert
2020-02-11fix doc indentationDan Halbert
2020-02-11nrf: add SPIM3 supportDan Halbert
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-11-27'seconds'Dan Halbert
2019-11-27Squeeze pyruler zh_Latn_pinyinDan Halbert
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-10-29Update I2C and SPI documentationDan Halbert
2019-08-27More size_t usageScott Shawcroft
2019-08-23Use size_t and document buffers can be the same.Scott Shawcroft
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft