This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
ports
/
nrf
/
common-hal
/
busio
History
BiffoBear
2656c84b01
Initial commit. Edited error messages in .c files
2021-02-03 05:49:40 +07:00
..
__init__.c
nRF52 update with internal file system support
2017-12-21 13:49:14 +01:00
I2C.c
Initial commit. Edited error messages in .c files
2021-02-03 05:49:40 +07:00
I2C.h
fix
#1422
correct i2c max xfer len (size in bits)
2018-12-28 16:30:11 +07:00
OneWire.h
Add dummy UART implementation to nrf so it builds with UART turned on. Also add OneWire.
2018-02-21 22:53:17 -05:00
SPI.c
Moved checks for invalid pin to common-hal/microcontroller/Pin.c
2020-09-05 11:42:06 -05:00
SPI.h
use properly-sized SPI transactions
2020-02-12 15:04:19 -05:00
UART.c
remove long read error message
2021-01-27 09:20:45 -08:00
UART.h
add flow control info to busio_uart_obj_t
2021-01-17 19:33:32 -08:00