flex: added Sparkfun image and updated license info

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2015-06-04 16:51:07 -07:00
parent 6efe6916ba
commit 56cbeb6183
3 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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>

View File

@ -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 {