-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f8522b
commit cb17e78
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |