Skip to content

Releases: adafruit/Adafruit_CircuitPython_SD

README updated.

29 Dec 00:11
e1fbe45
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-sd.

Read the docs for info on how to use it.

Now on PyPi!

07 Aug 22:46
f4fed44
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-sd.

Read the docs for info on how to use it.

Doc refinement

01 May 18:41
108585e
Compare
Choose a tag to compare

Thanks to @sommersoft for the documentation refinement.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Added an examples folder and an example .py file.

06 Jan 20:27
2532abe
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

Added examples/read_directory.py

Updated with lint and autobundling!

04 Jan 23:03
761efb5
Compare
Choose a tag to compare

Thanks to @mrmcwethy for the great work!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.

2.0.1 Fix for more microSD cards

27 Sep 18:55
Compare
Choose a tag to compare

This release integrates a pull to better support most microSD cards. The .mpy file works ONLY with CircuitPython 2.0+.

2.0 Release compatible with CircuitPython 2.0

26 Sep 20:59
Compare
Choose a tag to compare

New release to generate mpy file for CircuitPython 2.0+. This will ONLY work with CircuitPython 2.0 and above versions!

First beta release

07 Aug 23:43
Compare
Choose a tag to compare

This is the SD card driver needed to mount SD cards into CircuitPython 2.0.0+.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.