This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12,013
Commits
21
Branches
274
Tags
785
MiB
66098c0985
Commit Graph
3 Commits
Author
SHA1
Message
Date
Damien George
69661f3343
all: Reformat C and Python source code with tools/codeformat.py.
...
This is run with uncrustify 0.70.1, and black 19.10b0.
2020-02-28 10:33:03 +11:00
Peter Hinch
1628cd0e59
drivers/sdcard: In test use os.umount and machine module instead of pyb.
...
pyb.umount(None, mountpoint) no longer works.
2018-09-20 16:09:28 +10:00
Peter Hinch
2bd758fe96
drivers/sdcard: Add support for multi-block read/write; add SD test.
2016-02-02 11:16:15 +00:00