You've already forked M5Unit-ANADIG
mirror of
https://github.com/m5stack/M5Unit-ANADIG.git
synced 2026-05-20 11:34:20 -07:00
31 lines
722 B
JSON
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"
|
|
]
|
|
}
|
|
}
|