mirror of
https://github.com/m5stack/M5Unit-MQ.git
synced 2026-05-20 11:29:22 -07:00
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "Unit MQ",
|
|
"description": "M5Stack Library of Unit MQ",
|
|
"keywords": "Unit MQ",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "http://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-MQ.git"
|
|
},
|
|
"version": "1.0.0",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32",
|
|
"native"
|
|
],
|
|
"headers": "m5_unit_mq.hpp"
|
|
}
|