mirror of
https://github.com/m5stack/M5Unit-NFC.git
synced 2026-05-20 11:48:34 -07:00
32 lines
653 B
YAML
32 lines
653 B
YAML
description: Library for M5Stack UNIT NFC (ST25R3916) using M5UnitUnified.
|
|
url: https://github.com/m5stack/M5Unit-NFC
|
|
issues: https://github.com/m5stack/M5Unit-NFC/issues
|
|
license: MIT
|
|
version: "0.0.2"
|
|
|
|
dependencies:
|
|
idf: ">=5.0"
|
|
m5stack/M5UnitUnified:
|
|
git: https://github.com/m5stack/M5UnitUnified.git
|
|
version: feature/esp-idf-native-support
|
|
|
|
targets:
|
|
- esp32
|
|
- esp32s3
|
|
- esp32c3
|
|
- esp32c6
|
|
- esp32p4
|
|
|
|
files:
|
|
exclude:
|
|
- "docs/**"
|
|
- "examples/**"
|
|
- "test/**"
|
|
- "boards/**"
|
|
- ".github/**"
|
|
- "platformio.ini"
|
|
- "library.json"
|
|
- "library.properties"
|
|
- "cap_cc1101_env.ini"
|
|
- "unit_nfc_env.ini"
|