Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 26, 2024
2 parents 58b726d + 950a9cc commit cd00310
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,24 +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.1",
"frameworks": [
"arduino",
"espidf",
"*"
],
"platforms": [
"espressif32"
],
"headers": "M5HAL.hpp"
}
"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.1",
"frameworks": [
"arduino",
"espidf",
"*"
],
"platforms": [
"espressif32"
],
"headers": "M5HAL.hpp",
"license": "MIT"
}

0 comments on commit cd00310

Please sign in to comment.