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
2d7cf4b792
circuitpython
/
ports
/
nrf
/
common-hal
/
busio
History
William Moser
c961ed9025
Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in nrfx/mdk/nrf*_bitfields.h files
2020-03-24 13:25:02 -04:00
..
__init__.c
nRF52 update with internal file system support
2017-12-21 13:49:14 +01:00
I2C.c
nrf: fix i2c frequency setting
2020-02-05 11:25:31 -05: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
new pin validation routines; don't use mp_const_none if NULL will do
2020-02-28 23:43:04 -05:00
SPI.h
use properly-sized SPI transactions
2020-02-12 15:04:19 -05:00
UART.c
Added 31250 and 56000 to baudrate_map in UART.c, to parallel definitions in nrfx/mdk/nrf*_bitfields.h files
2020-03-24 13:25:02 -04:00
UART.h
Add second UARTE to busio.UART. Init uarts on startup.
2019-02-12 22:34:05 -05:00