You've already forked M5Unit-INFRARED
mirror of
https://github.com/m5stack/M5Unit-INFRARED.git
synced 2026-05-20 11:37:34 -07:00
30 lines
770 B
JSON
30 lines
770 B
JSON
{
|
|
"name": "M5Unit-INFRARED",
|
|
"description": "Library for M5Stack UNIT INFRARED using M5UnitUnified",
|
|
"keywords": "m5stack, m5unitunified, infrared, tmos, pir, sths34pf80, as312, itr9606, ir, remote, nec, rmt, i2c, gpio",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-INFRARED.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.6"
|
|
},
|
|
"version": "0.2.0",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedINFRARED.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
} |