Files

30 lines
731 B
JSON
Raw Permalink Normal View History

2024-10-11 18:57:51 +09:00
{
2024-10-28 17:16:32 +09:00
"name": "M5Unit-TOF",
2024-10-25 16:13:00 +09:00
"description": "Library for M5Stack UNIT TOF using M5UnitUnified",
"keywords": "m5stack, m5unitunified, tof, vl53l0x, vl53l1x, time-of-flight, ranging, distance, i2c",
2024-10-11 18:57:51 +09:00
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
2024-10-11 18:57:51 +09:00
},
"repository": {
"type": "git",
2024-10-25 16:13:00 +09:00
"url": "https://github.com/m5stack/M5Unit-TOF.git"
2024-10-11 18:57:51 +09:00
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
2024-10-11 18:57:51 +09:00
},
2026-04-03 10:55:55 +09:00
"version": "0.2.1",
2024-10-11 18:57:51 +09:00
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
2024-10-25 16:13:00 +09:00
"headers": "M5UnitUnifiedTOF.h",
2024-10-11 18:57:51 +09:00
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
2026-04-03 10:55:55 +09:00
}