doxygen: Added documentation to ultrasonic sensor

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-10 07:24:56 +00:00
parent 236cc9acc1
commit a2ca2c1497
2 changed files with 36 additions and 1 deletions

View File

@ -41,6 +41,7 @@ sig_handler(int signo)
}
}
//! [Interesting]
void
interrupt (void) {
sonar->ackEdgeDetected ();
@ -59,3 +60,4 @@ main(int argc, char **argv)
return 0;
}
//! [Interesting]