Project

General

Profile

Revision 126fea96

ID126fea969313da57c60bd2631fe36eafd83eb12c
Parent 339f64d2
Child f3bfb5b5

Added by Alex Zirbel about 11 years ago

Fixed existing doxygen; preparing to add more.

View differences:

scout/buttons/src/buttons.cpp
27 27
 * @file buttons.cpp
28 28
 * @brief Contains code to control the buttons.
29 29
 *
30
 * Implementation of functions for button use.
31
 *
32 30
 * @author Colony Project, CMU Robotics Club
33 31
 * @author Priyanka Deo
34 32
 * @author Alex Zirbel
35
 **/
36

  
37
#include "ros/ros.h"
38
#include "buttons.h"
39
#include <cstdlib>
40

  
41
/**
33
 *
42 34
 * @defgroup buttons Buttons
43 35
 * @brief Functions for using the buttons
44 36
 *
45 37
 * @{
46 38
 **/
47 39

  
40
#include "ros/ros.h"
41
#include "buttons.h"
42
#include <cstdlib>
43

  
48 44
/* Button state variables
49 45
 */
50 46
static int button1_pressed; /**< Whether or not button 1 is pressed. */

Also available in: Unified diff