diff --git a/library.json b/library.json new file mode 100644 index 0000000..c652c3d --- /dev/null +++ b/library.json @@ -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" + } +} \ No newline at end of file diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..3fb8e98 --- /dev/null +++ b/library.properties @@ -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