mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
es0a: doxygen comments and adding image from seeed wiki site
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
34a55d7eae
commit
d70eef06ac
BIN
docs/images/es0a.jpg
Executable file
BIN
docs/images/es0a.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
@ -29,6 +29,15 @@
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @library libupm-servo
|
||||
* @sensor es08a
|
||||
* @comname es0a servo
|
||||
* @type servos
|
||||
* @man emax
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_Servo
|
||||
* @con pwm
|
||||
* @kit gsk
|
||||
*
|
||||
* @brief C++ API for ES08A servo component
|
||||
*
|
||||
* This file defines the ES08A C++ interface for ES08A servos.
|
||||
@ -37,7 +46,7 @@ namespace upm {
|
||||
* and getting the minimum and maximum pulse width as well as the
|
||||
* maximum period.
|
||||
*
|
||||
* @ingroup servo pwm
|
||||
* @image html es0a.jpeg
|
||||
* @snippet es08a.cxx Interesting
|
||||
*/
|
||||
class ES08A : public Servo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user