readme

### esp-idf component sdcard



## Using the component

Run the following command in your ESP-IDF project to install this component:
```bash
idf.py add-dependency "javascript-2020/sdcard"
```

## Example

To run the provided example, create it as follows:

```bash
idf.py create-project-from-example "javascript-2020/sdcard:sdcard-test"
```

Then build as usual:
```bash
cd sdcard-test
idf.py build
```

And flash it to the board:
```bash
idf.py -p PORT flash monitor
```

## License

This component is provided under Apache 2.0 license, see [LICENSE](LICENSE.md) file for details.

## Contributing

Please check [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.






Links

Supports all targets

Maintainer

  • javascript-2020 <javascript.12.03.2024@gmail.com>

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "javascript-2020/sdcard^0.0.7"

or download archive

Stats

  • Archive size
    Archive size ~ 11.10 KB
  • Downloaded in total
    Downloaded in total 6 times
  • Downloaded this version
    This version: 1 time

Badge

javascript-2020/sdcard version: 0.0.7
|