Skip to content

Commit c438e4f

Browse files
committed
Added UECIDE build file
1 parent 80f7202 commit c438e4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

uecide.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "ArduinoSound",
3+
"provides": "ArduinoSound.h",
4+
"description": "[EXPERIMENTAL] A simple way to play and analyze audio data using Arduino.",
5+
"version": "0.2.0",
6+
"maintainer": "Arduino <info@arduino.cc>",
7+
"category": "Audio",
8+
"subcategory": "Control",
9+
"family": "arm-sam",
10+
"core": "arduino-sam",
11+
"install": {
12+
"examples": "/",
13+
"keywords.txt": "/",
14+
"library.properties": "/",
15+
"src": "/"
16+
},
17+
"readme": "README.md"
18+
}

0 commit comments

Comments
 (0)