first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
25
libraries/M5HAL/library.json
Normal file
25
libraries/M5HAL/library.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "M5HAL",
|
||||
"description": "Hardware Abstraction Layer(HAL) for M5 Products",
|
||||
"keywords": "M5HAL",
|
||||
"authors": {
|
||||
"name": "M5Stack",
|
||||
"url": "http://www.m5stack.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/m5stack/M5HAL.git"
|
||||
},
|
||||
"dependencies": [],
|
||||
"version": "0.0.2",
|
||||
"frameworks": [
|
||||
"arduino",
|
||||
"espidf",
|
||||
"*"
|
||||
],
|
||||
"platforms": [
|
||||
"espressif32"
|
||||
],
|
||||
"headers": "M5HAL.hpp",
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue