mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
documentation.md: Add details of what code files to put sensor block comments
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
e1648d7ec7
commit
ff55f641a2
@ -15,9 +15,10 @@ sensors that you want to add to UPM:
|
||||
|
||||
####The sensor block
|
||||
|
||||
This is added just before your class definition and has mandatory fields. For
|
||||
single sensor libraries, this block will actually follow immediately after the
|
||||
library block. If you have multiple physical sensors, add this to every one.
|
||||
This is added just before the class declaration in your header(.h) file and has
|
||||
mandatory fields. For single sensor libraries, this block will actually
|
||||
follow immediately after the library block. If you have multiple physical
|
||||
sensors, add this to every one.
|
||||
Here's an example (disregard the "@verbatim" tags in your actual code):
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user