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
2021-03-15
run code formatting script
microDev
2021-03-01
Fix formatting in SPI docs
ajs256
2021-02-25
Merge remote-tracking branch 'adafruit/main' into busio-uart-rp
Scott Shawcroft
2021-02-25
A few minor fixes for corner cases
Scott Shawcroft
2021-02-25
implement suggested changes
microDev
2021-02-19
uart implementation for rp2040
microDev
2021-02-17
add timeout; finish up for PR
Dan Halbert
2020-09-25
Change I2C default to 100khz
Scott Shawcroft
2020-09-23
Move missing pin warning to shared-bindings
Lucian Copeland
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
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
[next]