mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
33
src/isd1820/isd1820.json
Executable file
33
src/isd1820/isd1820.json
Executable file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"Library": "isd1820",
|
||||
"Description": "API support for the ISD1820-based Grove Voice Recorder",
|
||||
"Sensor Class":
|
||||
{
|
||||
"isd1820":
|
||||
{
|
||||
"Brief": "Grove Voice Recording and Playback Module",
|
||||
"Description": "This class implements support for the Grove Voice Recorder. There are two digital pins: one that enables recording, and the other that plays back what was previously recorded.",
|
||||
"Part Numbers": ["isd1820"],
|
||||
"Categories": ["audio"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["audio", "prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "isd1820.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["isd1820.py"],
|
||||
"Node.js": ["isd1820.js"],
|
||||
"C++": ["isd1820.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Recorder-p-1825.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove_Recorder/", "https://github.com/SeeedDocument/Grove_Recorder/raw/master/res/ISD1820P.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user