mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
images: Added few images and modified few header files
Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
parent
f4a5c9a391
commit
2e36b8dc21
BIN
docs/images/grovecircularled.jpg
Executable file
BIN
docs/images/grovecircularled.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
docs/images/hp20x.jpg
Executable file
BIN
docs/images/hp20x.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 929 KiB |
BIN
docs/images/rgbringcoder.jpg
Executable file
BIN
docs/images/rgbringcoder.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
@ -36,6 +36,7 @@
|
|||||||
* @brief API for Grove Button
|
* @brief API for Grove Button
|
||||||
*
|
*
|
||||||
* Very basic UPM module for Grove button
|
* Very basic UPM module for Grove button
|
||||||
|
*
|
||||||
* @image html grovebutton.jpg
|
* @image html grovebutton.jpg
|
||||||
* @snippet grovebutton.cxx Interesting
|
* @snippet grovebutton.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
* negative seat (cathode). The flat side of the bulb corresponds
|
* negative seat (cathode). The flat side of the bulb corresponds
|
||||||
* to the cathode while the rounded side corresponds to the anode.
|
* to the cathode while the rounded side corresponds to the anode.
|
||||||
*
|
*
|
||||||
* @image html groveled.h
|
* @image html groveled.jpg
|
||||||
* @snippet groveled.cxx Interesting
|
* @snippet groveled.cxx Interesting
|
||||||
* @snippet groveled-multi.cxx Interesting
|
* @snippet groveled-multi.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
*
|
*
|
||||||
* Very basic UPM module for Grove temperature sensor on analog
|
* Very basic UPM module for Grove temperature sensor on analog
|
||||||
*
|
*
|
||||||
* @image html grovetemp.h
|
* @image html grovetemp.jpg
|
||||||
* @snippet grovetemp.cxx Interesting
|
* @snippet grovetemp.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ namespace upm {
|
|||||||
*
|
*
|
||||||
* @brief API for Grove Circular LED module
|
* @brief API for Grove Circular LED module
|
||||||
*
|
*
|
||||||
|
* @image html grovecircularled.jpg
|
||||||
* @snippet grovecircularled.cxx Interesting
|
* @snippet grovecircularled.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class GroveCircularLED {
|
class GroveCircularLED {
|
||||||
|
@ -57,6 +57,7 @@ namespace upm {
|
|||||||
* This module was developed using a Grove Barometer (High Accuracy)
|
* This module was developed using a Grove Barometer (High Accuracy)
|
||||||
* based on an HP206C chip.
|
* based on an HP206C chip.
|
||||||
*
|
*
|
||||||
|
* @image html hp20x.jpg
|
||||||
* @snippet hp20x.cxx Interesting
|
* @snippet hp20x.cxx Interesting
|
||||||
*/
|
*/
|
||||||
class HP20X {
|
class HP20X {
|
||||||
|
@ -55,7 +55,8 @@ namespace upm {
|
|||||||
*
|
*
|
||||||
* The device will require 11 pins, 3 of which must be PWM capable
|
* The device will require 11 pins, 3 of which must be PWM capable
|
||||||
* (for the RGB LEDs).
|
* (for the RGB LEDs).
|
||||||
*
|
*
|
||||||
|
* @image html rgbringcoder.jpg
|
||||||
* @snippet rgbringcoder.cxx Interesting
|
* @snippet rgbringcoder.cxx Interesting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user