You've already forked M5Unit-DDS
mirror of
https://github.com/m5stack/M5Unit-DDS.git
synced 2026-05-20 10:34:33 -07:00
31 lines
724 B
JSON
31 lines
724 B
JSON
{
|
|
"name": "M5Unit-DDS",
|
|
"description": "Library for M5Stack UNIT DDS using M5UnitUnified",
|
|
"keywords": "m5stack, m5unitunified, dds, unit, ad9833, waveform-generator, i2c",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-DDS.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
|
},
|
|
"version": "0.1.1",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "Unit_DDS.h,M5UnitUnifiedDDS.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
}
|