From ff55f641a21e61438daed14078ba73f5624bfa3e Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Fri, 20 Mar 2015 14:28:14 -0700 Subject: [PATCH] documentation.md: Add details of what code files to put sensor block comments Signed-off-by: John Van Drasek --- docs/documentation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index 3760685c..44435c22 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -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): ```