Skip to content

Commit

Permalink
Add library.json and library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Apr 3, 2024
1 parent 8ed22c1 commit 847b0b7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
26 changes: 26 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "StarMod",
"version": "1.0.0",
"description": "StarMod is a computer program that outputs StarMod or some variant on a display device",
"keywords": "planet, happiness, people",
"repository":
{
"type": "git",
"url": "https://github.com/ewowi/starmod.git"
},
"authors":
[
{
"name": "Ewoud Wijma",
"email": "[email protected]",
"url": "https://www.starmod.org/",
"maintainer": true
}
],
"license": "GPL-3.0",
"homepage": "https://www.starmod.org/",
"frameworks": "arduino",
"platforms": [
"espressif32"
]
}
10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=StarMod
version=1.0.0
author=ewowi
maintainer=ewowi
sentence=Library to play with LEDs
paragraph=Library to play with LEDs
category=Communication
url=https://github.com/ewowi/starmod
architectures=esp32
includes=*

0 comments on commit 847b0b7

Please sign in to comment.