You've already forked M5Unit-TUBE
mirror of
https://github.com/m5stack/M5Unit-TUBE.git
synced 2026-05-20 11:38:27 -07:00
31 lines
712 B
JSON
31 lines
712 B
JSON
{
|
|
"name": "M5Unit-TUBE",
|
|
"description": "Library for M5Stack UNIT TUBE using M5UnitUnified",
|
|
"keywords": "m5stack, m5unitunified, tube, pressure, analog, mcp-h10, gpio",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-TUBE.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
|
},
|
|
"version": "0.0.2",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedTUBE.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
}
|