mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
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:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
26
src/uartat/uartat.json
Normal file
26
src/uartat/uartat.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user