Skip to content

Releases: adafruit/Adafruit_CircuitPython_SD

Avoid using longints

18 Nov 14:21
dd0fe85

Choose a tag to compare

Make this library usable on CircuitPython builds that don't have longints turned on. Fixed by #29.

More CRC!

13 Sep 17:38
c7aa2f2

Choose a tag to compare

  • Add proper CRC for commands to fix Samsung EVO 32G cards. Huge thanks to @devoh747 for the fix.

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.

Make sure byte values are 8 bits

11 May 18:53
cb8f61b

Choose a tag to compare

Fixed values > 8 bits being written to byte-only arrays, causing errors. A change to CircuitPython (adafruit/circuitpython#1860) revealed this.

README updated.

29 Dec 00:11
e1fbe45

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

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

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

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

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

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

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!