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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

33
src/isd1820/isd1820.json Executable file
View 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": []
}
}
}
}