Skip to content

Commit

Permalink
update library metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoriccardi committed Mar 6, 2022
1 parent 8f8522b commit cb17e78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
"name": "Fabiano Riccardi",
"email": "[email protected]"
},
"description": "This library provides an intuitive interface to play melodies on buzzers.",
"description": "This library provides an intuitive interface to play melodies on buzzers. The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.",
"keywords": [
"buzzer",
"tune",
"melody",
"rttl",
"piezo"
"rtttl",
"piezo",
"arduino-library",
"sound"
],
"repository": {
"type": "git",
"url": "https://github.com/fabiuz7/melody-player-arduino"
"url": "https://github.com/fabianoriccardi/melody-player"
},
"licence": "LGPL-2.1-or-later",
"frameworks": [
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=2.2.1
author=Fabiano Riccardi
maintainer=Fabiano Riccardi <[email protected]>
sentence=This library provides an intuitive interface to play melodies on buzzers
paragraph=The melody can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support to RTTTL.
paragraph=The melodies can be stored in file systems (SPIFFS or LittleFS) or hardcoded in your sketch. Support RTTTL.
category=Device Control
url=https://github.com/fabiuz7/melody-player-arduino
url=https://github.com/fabianoriccardi/melody-player
architectures=esp8266,esp32

0 comments on commit cb17e78

Please sign in to comment.