Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed May 11, 2023
2 parents f05f140 + ad6c1ad commit f4eb97c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
25 changes: 25 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "gob_unifiedButton",
"description": "Touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)",
"keywords": "M5Stack-CoreS3, M5Stack, M5Unified, M5GFX",
"authors": {
"name": "GOB",
"url": "https://github.com/GOB52",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/GOB52/gob_unifiedButton.git"
},
"version": "0.0.3",
"build": {
"libArchive": false
},
"headers": "gob_unifiedButton.hpp",
"license": "MIT",
"platforms": "espressif32",
"frameworks": "arduino",
"dependencies": {
"m5stack/M5Unified": "^0.1.6"
}
}
11 changes: 11 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name=gob_unifiedButton
version=0.0.3
author=GOB
maintainer=GOB
sentence=Touch buttons for CoreS3 and commonality with conventional buttons (M5.BtnX)
paragraph=
category=Other
url=https://github.com/GOB52/gob_unifiedButton.git
architectures=esp32,esp32s3
includes=gob_unifiedButton.hpp
depends=M5Unified

0 comments on commit f4eb97c

Please sign in to comment.