Releases: adafruit/Adafruit_CircuitPython_SD
README updated.
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!
- 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
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.
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!
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
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
New release to generate mpy file for CircuitPython 2.0+. This will ONLY work with CircuitPython 2.0 and above versions!
First beta release
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.