Files
2026-04-03 11:28:17 +09:00

30 lines
731 B
JSON

{
"name": "M5Unit-DISTANCE",
"description": "Library for M5Stack UNIT DISTANCE using M5UnitUnified",
"keywords": "m5stack, m5unitunified, distance, ultrasonic, rcwl9620, i2c, gpio",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-DISTANCE.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.2.1",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedDISTANCE.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}