upm/src/grovegsr/grovegsr.json
Noel Eck c54d6de054 JAVA: Unified Java Example names
Unified all Java examples to *match* <LIBRARY>[_otherstuf]_Example.java.
Note, a handful of the examples have a pseudo-random string for the
first component (see FlexSensor_Example.java, ideally this would be
Flex_Example.java).

This commit allows for quick development on a single sensor library
since a -DMODULE_LIST=mysensorlib now works with Java examples
(previously Java examples would fail generation when using
MODULE_LIST).

    * Renamed examples
    * Updated class names
    * Updated library descriptor .json files
    * Updated sample mapping file

TODO: Make this work like the C/C++ examples - grab the target library
name from the filename and grab all dependencies from that target
library.  Fix the handful of example names which don't conform.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2018-02-27 15:28:48 -08:00

39 lines
1.7 KiB
JSON

{
"Library": "grovegsr",
"Description": "API for the Grove GSR Galvanic Skin Response Sensor",
"Sensor Class":
{
"GroveGSR":
{
"Name": "Galvanic Skin Response (GSR) Sensor",
"Description": "Measures the electrical conductance of skin to measure strong emotional reactions. In other words, it measures sweat on your fingers as an indicator of strong emotional reactions.",
"Aliases": ["grovegsr"],
"Categories": ["skinresponse"],
"Connections": ["analog"],
"Project Type": ["medical", "interface", "wearables", "prototyping"],
"Manufacturers": ["seeed"],
"Kits": [],
"Examples":
{
"Java": ["GroveGsr_Example.java"],
"Python": ["grovegsr.py"],
"Node.js": ["grovegsr.js"],
"C++": ["grovegsr.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
"Operating Current": {"unit": "mA", "low": 0.7, "high": 3},
"Operating Temperature": {"unit": "degC", "min": 0, "max": 70}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-GSR-sensor-p-1614.html"],
"Datasheets": ["http://wiki.seeed.cc/Grove-GSR_Sensor/", "file:///C:/Users/Malachai/Downloads/Lm324.pdf"],
"Schematics": ["https://github.com/SeeedDocument/Grove-GSR_Sensor/raw/master/res/Grove%20-%20GSR_v1.2_SCH.pdf", "https://github.com/SeeedDocument/Grove-GSR_Sensor/raw/master/res/Grove%20-%20GSR%20v1.0%20SCH.pdf"]
}
}
}
}