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
8,669
Commits
21
Branches
274
Tags
785
MiB
5fb937f147
Commit Graph
2 Commits
Author
SHA1
Message
Date
Glenn Ruben Bakke
f3909c49f5
nrf5/modules/spi: Remove pyb abstraction from SPI module, as there was a bug in transfer of bytes due to casting errors. The update removes the pyb_spi_obj_t wrapper going directly on the machine_hard_spi_obj_t as base for machine SPI objects. SDCard mounting is also tested.
2017-05-28 19:35:07 +02:00
Glenn Ruben Bakke
ab1994b2b2
nrf5/spi: Moving spi module into modules/machine.
2017-02-05 00:03:49 +01:00