mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
flex: added Sparkfun image and updated license info
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
6efe6916ba
commit
56cbeb6183
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 12 KiB |
@ -18,6 +18,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The UPM API is a high level sensor library for IoT devices using MRAA. See examples <a href="https://github.com/intel-iot-devkit/upm/tree/master/examples/javascript">here</a>.
|
The UPM API is a high level sensor library for IoT devices using MRAA. See examples <a href="https://github.com/intel-iot-devkit/upm/tree/master/examples/javascript">here</a>.
|
||||||
Back to <a href="http://iotdk.intel.com/docs/master/upm/node/"> index </a> page.
|
Back to <a href="http://iotdk.intel.com/docs/master/upm/node/"> index </a> page.
|
||||||
|
<br><em>SparkFun sensor images provided under <a href=https://creativecommons.org/licenses/by-nc-sa/3.0/>CC BY-NC-SA-3.0</a>.</em>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,6 +40,7 @@ namespace upm {
|
|||||||
* @comname Flex Sensor
|
* @comname Flex Sensor
|
||||||
* @type flexfor
|
* @type flexfor
|
||||||
* @man sparkfun
|
* @man sparkfun
|
||||||
|
* @web https://www.sparkfun.com/products/8606
|
||||||
* @con analog
|
* @con analog
|
||||||
*
|
*
|
||||||
* @brief API for the Spectra Symbol Flex sensor
|
* @brief API for the Spectra Symbol Flex sensor
|
||||||
@ -49,6 +50,10 @@ namespace upm {
|
|||||||
* the original Nintendo Power Glove.
|
* the original Nintendo Power Glove.
|
||||||
*
|
*
|
||||||
* @image html flex.jpg
|
* @image html flex.jpg
|
||||||
|
* <br><em>Flex Sensor image provided by SparkFun under
|
||||||
|
* <a href=https://creativecommons.org/licenses/by-nc-sa/3.0/>
|
||||||
|
* CC BY-NC-SA-3.0</a>.</em>
|
||||||
|
*
|
||||||
* @snippet flex.cxx Interesting
|
* @snippet flex.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class Flex {
|
class Flex {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user