Files
M5Unit-ANADIG/library.json
2024-12-13 16:25:43 +09:00

31 lines
722 B
JSON

{
"name": "M5Unit-ANADIG",
"description": "Library for M5Stack UNIT ADC,DAC using M5UnitUnified",
"keywords": "M5Stack UNIT ADC DAC M5UnitUnified",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ANADIG.git"
},
"dependencies": {
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git"
},
"version": "0.0.1",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedANADIG.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}