mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
doc: Scrubbed ALL sensor library descriptions
In an effort to clean-up and standardize UPM library documentation, this commit updates (and in most cases, unifies) the CMake description string AND CXX header @comname string. Strings were taken from datasheets when possible, spelling mistakes were addressed, copy/paste errors where fixed, Title Case was used, etc. * Tested/updated/added @web tags * Added/updated invalid sensor images * Added/updated @man tags, added missing manufacturers Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
upm_mixed_module_init (NAME servo
|
||||
DESCRIPTION "Servo controller"
|
||||
DESCRIPTION "Servo Controller"
|
||||
C_HDR es08a.h es9257.h
|
||||
C_SRC es08a.c es9257.c
|
||||
CPP_HDR servo.hpp es08a.hpp es9257.hpp
|
||||
|
@ -31,11 +31,11 @@ namespace upm {
|
||||
/**
|
||||
* @library servo
|
||||
* @sensor es08a
|
||||
* @comname ES08A Servo
|
||||
* @comname High-sensitivity Mini Servo
|
||||
* @altname Grove Servo
|
||||
* @type servos
|
||||
* @man emax
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_Servo
|
||||
* @web https://www.seeedstudio.com/EMAX-9g-ES08A-High-Sensitive-Mini-Servo-p-760.html
|
||||
* @con pwm
|
||||
* @kit gsk
|
||||
*
|
||||
|
@ -31,11 +31,11 @@ namespace upm {
|
||||
/**
|
||||
* @library servo
|
||||
* @sensor es9257
|
||||
* @comname ES9257 Servo
|
||||
* @comname Micro Digital 3D Tail Servo
|
||||
* @altname Grove Servo
|
||||
* @type servos
|
||||
* @man emax
|
||||
* @web http://www.seeedstudio.com/wiki/Grove_-_Servo
|
||||
* @web https://www.seeedstudio.com/EMAX-ES9257-2.5kg%26amp%3B-.05-sec-Micro-Digital-3D-Tail-Servo-p-762.html
|
||||
* @con pwm
|
||||
* @kit gsk
|
||||
*
|
||||
|
Reference in New Issue
Block a user