index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
busio
Age
Commit message (
Expand
)
Author
2020-07-23
Remove stop kwarg from I2C writeto.
Scott Shawcroft
2020-07-17
Merge branch 'main' into type_hints
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-02
Remove trailing space
Scott Shawcroft
2020-07-02
Changed unions to ReadableBuffer and WriteableBuffer
dherrada
2020-07-02
Merge branch 'main' into patch-1
Scott Shawcroft
2020-07-02
Removed all 'self, )'
dherrada
2020-07-02
Made suggested changes
dherrada
2020-07-02
Changed bytearray to a union
dherrada
2020-07-02
Did busio, fixed up analogio
dherrada
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-26
sdcardio: implement new library for SD card I/O
Jeff Epler
2020-06-25
Use main/selected terminology in docstrings
Jeff Epler
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-05-18
Merge pull request #2837 from k0d/serial-debug
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-13
Update countio to python stub docs
Scott Shawcroft
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Merge branch 'master' into master
dherrada
2020-05-10
ujson: do not eat trailing whitespace
warriorofwire
2020-04-29
Added newlines after every ellipsis
dherrada
2020-04-29
Fixed indentation
dherrada
2020-04-29
Did the same for the rest of busio
dherrada
2020-04-29
Hopefully fixed whitespace issues
dherrada
2020-04-28
Fixed whitespace in busio
dherrada
2020-04-25
Added pyi to OneWire.c
dherrada
2020-04-25
Fixed empty lines
dherrada
2020-04-25
Added inline pyi to UART.c
dherrada
2020-04-25
Added inline pyi to I2C.c
dherrada
2020-04-23
Reorganized pyi again
dherrada
2020-04-23
Reogranized pyi in spi.c
dherrada
2020-04-22
Added pyi to SPI.c
dherrada
2020-04-17
busio/UART: Correct and clarify readline() return.
AndrewR-L
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-18
Addition of RS485 support
Dave Marples
2020-02-18
Addition of RTS/CTS/RS485 UART functionality
Dave Marples
2020-02-11
doc typo
Dan Halbert
2020-02-11
fix doc indentation
Dan Halbert
2020-02-11
nrf: add SPIM3 support
Dan Halbert
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-11-27
'seconds'
Dan Halbert
2019-11-27
Squeeze pyruler zh_Latn_pinyin
Dan Halbert
2019-11-27
make UART.write be blocking on SAMD; add timeout property
Dan Halbert
2019-10-29
Update I2C and SPI documentation
Dan Halbert
2019-08-27
More size_t usage
Scott Shawcroft
2019-08-23
Use size_t and document buffers can be the same.
Scott Shawcroft
2019-08-22
Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.
Scott Shawcroft
[next]