# tessel-sdcard **Repository Path**: mirrors_bevacqua/tessel-sdcard ## Basic Information - **Project Name**: tessel-sdcard - **Description**: Tessel SD Card module - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Accelerometer Driver for the sdcard Tessel SD Card module. ##Installation ```sh npm install sdcard ``` ##Example ```js /********************************************* TODO: description of example *********************************************/ var tessel = require('tessel'); var sdcard = require('sdcard').use(tessel.port['A']); // TODO: example! ``` ##Methods ##### * `sdcard.foo()` Does foo. ##### * `sdcard.foo()` Does bar. ##Further Examples See the examples folder for code. * todo1: Logging data to a FAT filesystem * todo2: Uses raw block interface for funsies ## License © 2014 Nathan Vander Wilt. Funding for this work was provided by Technical Machine, Inc. BSD-2-Clause or Apache-2.0 at your option.