Adafruit_CircuitPython_SD:Adafruit CircuitPython的SD卡驱动程序

时间:2021-05-18 16:28:51
【文件属性】:
文件名称:Adafruit_CircuitPython_SD:Adafruit CircuitPython的SD卡驱动程序
文件大小:37KB
文件格式:ZIP
更新时间:2021-05-18 16:28:51
circuitpython Python 介绍 SD卡的CircuitPython驱动程序。 这实现了使用storage.VfsFat装载SD卡所需的基本读写块功能。 依存关系 该驱动程序取决于: 请确保在CircuitPython文件系统上所有依赖项均可用。 通过下载可以轻松实现这一点。 使用范例 将文件系统挂载到SD卡上,以便通过常规Python方式轻松获得文件系统是很容易的。 以下是Feather M0 Adalogger的示例。 除了用于SPI和芯片选择(cs)连接的引脚外,大多数情况在不同的板上都将保持不变。 import adafruit_sdcard import busio import digitalio import board import storage # Connect to the card and mount the filesystem. spi = busio . SPI ( board
【文件预览】:
Adafruit_CircuitPython_SD-master
----.gitignore(189B)
----README.rst(3KB)
----.github()
--------workflows()
----.pre-commit-config.yaml(1020B)
----docs()
--------api.rst.license(96B)
--------conf.py(5KB)
--------index.rst(1KB)
--------index.rst.license(96B)
--------api.rst(125B)
--------examples.rst(188B)
--------examples.rst.license(96B)
--------_static()
----examples()
--------sd_read_simpletest.py(2KB)
----LICENSE(1KB)
----adafruit_sdcard.py(17KB)
----CODE_OF_CONDUCT.md(6KB)
----LICENSES()
--------Unlicense.txt(1KB)
--------MIT.txt(1KB)
--------CC-BY-4.0.txt(16KB)
----requirements.txt(152B)
----README.rst.license(108B)
----setup.py(2KB)
----.pylintrc(16KB)
----.readthedocs.yml(162B)

网友评论