doxygen: Added documentation for servo base and es08a

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-09 16:00:07 +00:00
parent 1ff0e5ee57
commit 814cc4a0e8
3 changed files with 53 additions and 0 deletions

View File

@ -43,6 +43,7 @@ sig_handler(int signo)
int
main(int argc, char **argv)
{
//! [Interesting]
upm::ES08A *servo = new upm::ES08A(5);
signal(SIGINT, sig_handler);
@ -59,6 +60,7 @@ main(int argc, char **argv)
clock -= 10;
}
}
//! [Interesting]
std::cout << "exiting application" << std::endl;