Added Another set of JSON files(61)

Signed-off-by: msgtfrank <frankww1@gmail.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
msgtfrank
2017-08-07 18:57:15 -07:00
committed by Abhishek Malik
parent db89d872b4
commit 287d716401
61 changed files with 3491 additions and 114 deletions

26
src/uartat/uartat.json Normal file
View File

@ -0,0 +1,26 @@
{
"Library": "uartat",
"Description": "Generic AT Command Based UART Device Library",
"Sensor Class": {
"uartat": {
"Name": "API for a Generic AT command based UART device",
"Description": "This is the UPM Module for a Generic AT command based UART device. This is a generic UART device driver for accessing UART based devices that utilize an \"AT\" command set. Typically these devices are Radios, Modems, and similar devices that are configured and controlled by emitting \"AT\" commands.",
"Aliases": ["uartat"],
"Categories": ["other"],
"Connections": ["uart"],
"Project Type": ["other"],
"Manufacturers": ["generic"],
"Image": "uartat.jpg",
"Examples": {
"Java": ["LE910_Example.java"],
"Python": ["le910.py"],
"Node.js": ["le910.js"],
"C++": ["uartat-le910.cxx"],
"C": ["uartat-le910.c"]
},
"Urls": {
"Product Pages": ["https://github.com/intel-iot-devkit/upm/tree/master/src/uartat"]
}
}
}
}