You've already forked M5Unit-TOF
mirror of
https://github.com/m5stack/M5Unit-TOF.git
synced 2026-05-20 11:31:04 -07:00
30 lines
731 B
JSON
30 lines
731 B
JSON
{
|
|
"name": "M5Unit-TOF",
|
|
"description": "Library for M5Stack UNIT TOF using M5UnitUnified",
|
|
"keywords": "m5stack, m5unitunified, tof, vl53l0x, vl53l1x, time-of-flight, ranging, distance, i2c",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-TOF.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
|
},
|
|
"version": "0.2.1",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedTOF.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
} |