docs: removed C++ references from documentation to make API language agnostic

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-06-01 10:56:03 -07:00
parent 4390c30be8
commit 8614cb322a
109 changed files with 142 additions and 142 deletions

View File

@ -48,7 +48,7 @@ class Grove {
};
/**
* @brief C++ API for Grove LED
* @brief API for Grove LED
*
* UPM module for Grove LED (or other similar light-emitting diode).
* An LED is a small lightbulb that will emit light (turn on) in
@ -102,7 +102,7 @@ class GroveLed: public Grove {
};
/**
* @brief C++ API for Grove Relay
* @brief API for Grove Relay
*
* UPM module for Grove relay switch. The Grove relay is a
* digital normally-open switch that uses low voltage or current to
@ -155,7 +155,7 @@ class GroveRelay: public Grove {
};
/**
* @brief C++ API for Grove temperature sensor
* @brief API for Grove temperature sensor
*
* Very basic UPM module for Grove temperature sensor on analog
*
@ -191,7 +191,7 @@ class GroveTemp: public Grove {
};
/**
* @brief C++ API for Grove light sensor
* @brief API for Grove light sensor
*
* The Grove light sensor detects the intensity of the ambient light.
* As the light intensity of the environment increases, the resistance
@ -231,7 +231,7 @@ class GroveLight: public Grove {
};
/**
* @brief C++ API for Grove Rotary Angle Sensor (Knob)
* @brief API for Grove Rotary Angle Sensor (Knob)
*
* Very basic UPM module for Grove rotary angle sensor (knob) on analog. Provides
* a set of functions to read the absolute pin value, degrees or radians and another
@ -295,7 +295,7 @@ class GroveRotary: public Grove {
};
/**
* @brief C++ API for Grove Slide Potentiometer
* @brief API for Grove Slide Potentiometer
*
* Very basic UPM module for Grove slide potentiometer on analog,
* returns either raw value or scaled voltage value.
@ -342,7 +342,7 @@ class GroveSlide: public Grove {
};
/**
* @brief C++ API for Grove button
* @brief API for Grove button
*
* Very basic UPM module for Grove button
*

View File

@ -33,7 +33,7 @@
* @con gpio
* @kit gsk
*
* @brief C++ API for Grove button
* @brief API for Grove button
*
* Very basic UPM module for Grove button
*

View File

@ -32,7 +32,7 @@
* @con gpio
* @kit gsk
*
* @brief C++ API for Grove LED
* @brief API for Grove LED
*
* UPM module for Grove LED (or other similar light-emitting diode).
* An LED is a small lightbulb that will emit light (turn on) in

View File

@ -32,7 +32,7 @@
* @con analog
* @kit gsk
*
* @brief C++ API for Grove light sensor
* @brief API for Grove light sensor
*
* The Grove light sensor detects the intensity of the ambient light.
* As the light intensity of the environment increases, the resistance

View File

@ -32,7 +32,7 @@
* @con gpio
* @kit gsk
*
* @brief C++ API for Grove Relay
* @brief API for Grove Relay
*
* UPM module for Grove relay switch. The Grove relay is a
* digital normally-open switch that uses low voltage or current to

View File

@ -31,7 +31,7 @@
* @man seeed
* @con analog
*
* @brief C++ API for Grove Rotary Angle Sensor (Knob)
* @brief API for Grove Rotary Angle Sensor (Knob)
*
* Very basic UPM module for Grove rotary angle sensor (knob) on analog. Provides
* a set of functions to read the absolute pin value, degrees or radians and another

View File

@ -31,7 +31,7 @@
* @man seeed
* @con analog
*
* @brief C++ API for Grove Slide Potentiometer
* @brief API for Grove Slide Potentiometer
*
* Very basic UPM module for Grove slide potentiometer on analog,
* returns either raw value or scaled voltage value.

View File

@ -32,7 +32,7 @@
* @con analog
* @kit gsk
*
* @brief C++ API for Grove temperature sensor
* @brief API for Grove temperature sensor
*
* Very basic UPM module for Grove temperature sensor on analog
*