upm/src/nunchuck/nunchuck.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

48 lines
2.2 KiB
JSON

{
"Library": "nunchuck",
"Description": "Wii Nunchuk library",
"Sensor Class": {
"NUNCHUCK": {
"Name": "API for the Wii* Nunchuk controller",
"Description": "UPM module for the Wii Nunchuk controller. This module was tested with Wii Nunchuck connected to I2C via a Grove Wii Nunchuck adapter. See http://wiibrew.org/wiki/Wiimote/Extension_Controllers and http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Nunchuck for more details on the controller and its protocol. A warning for the Grove Wii Nunchuk adapter: it has 2 traces on one side, and 3 traces on the other. Do not match these up with the Nunchuk connector's traces. The connector's 'groove' should be on the same side as the Grove interface socket on the adapter.",
"Aliases": ["nunchuck", "Wii nunchuck", "Grove - Nunchuck"],
"Categories": ["accelerometer"],
"Connections": ["i2c"],
"Project Type": ["prototyping"],
"Manufacturers": ["generic"],
"Kits": ["robok"],
"Image": "nunchuck.jpg",
"Examples": {
"Java": ["NUNCHUCK_Example.java"],
"Python": ["nunchuck.py"],
"Node.js": ["nunchuck.js"],
"C++": ["nunchuck.cxx"],
"C": ["nunchuck.c"]
},
"Specifications": {
"Vsource": {
"unit": "V",
"typ": 5.0
},
"Operating Temperature": {
"unit": "°C",
"min": -40,
"max": 85
}
},
"Platforms": {
"Intel Edison": {
"Notes": ["Might need Grove base shield"]
},
"Arduino 101": {
"Notes": ["Might need Grove base shield"]
}
},
"Urls": {
"Product Pages": ["https://www.seeedstudio.com/Grove-Nunchuck-p-1474.html", "http://wiibrew.org/wiki/Wiimote/Extension_Controllers", "http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Nunchuck"],
"Datasheets": ["http://wiki.seeed.cc/Grove-NunChuck/"]
}
}
}
}