https://github.com/m5stack/m5cardputer-userdemo
M5Cardputer user demo for hardware evaluation.
https://github.com/m5stack/m5cardputer-userdemo
Last synced: about 1 year ago
JSON representation
M5Cardputer user demo for hardware evaluation.
- Host: GitHub
- URL: https://github.com/m5stack/m5cardputer-userdemo
- Owner: m5stack
- License: mit
- Created: 2023-10-13T03:28:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T07:37:54.000Z (about 1 year ago)
- Last Synced: 2025-05-05T03:15:27.328Z (about 1 year ago)
- Language: C
- Size: 47.6 MB
- Stars: 228
- Watchers: 15
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M5Cardputer-UserDemo
M5Cardputer user demo for hardware evaluation.
#### Tool Chains
[ESP-IDF v4.4.6](https://docs.espressif.com/projects/esp-idf/en/v4.4.6/esp32/index.html)
#### Build
```bash
git clone https://github.com/m5stack/M5Cardputer-UserDemo
```
```bash
cd M5Cardputer-UserDemo
```
```bash
idf.py build
```