Project

General

Profile

Revision 856

Figured out the modules page thing.. Sorry about two big commits..
Its just a whole bunch of generated html.

View differences:

encoders.h
10 10
 * @author Colony Project, CMU Robotics Club
11 11
*/
12 12

  
13
/**
14
 * @addtogroup encoders
15
 * @{
16
 **/
17

  
13 18
#ifndef __ENCODERS_H__
14 19
#define __ENCODERS_H__
15 20

  
......
68 73
/** @brief Waits for the next encoder reading, then returns. **/
69 74
void encoder_wait( int nReadings );
70 75

  
76
/**@}**/ //end group
77

  
71 78
#endif

Also available in: Unified diff