Project

General

Profile

Revision c492be62

IDc492be629f06e3cf71fdf832ce2cd5ac1ec779f8
Parent cc558a8d
Child b00761a0

Added by Alex Zirbel over 12 years ago

Updated the licensing information in many files.

This is a broken commit because I decided to do this at a bad time. Sorry! The build will be working after next commit, I promise (and I won't push till then). This commit reflects the licensing in the files after I used my auto-add/remove script.

View differences:

scout/sonar/src/sonar.h
1 1
/**
2
 * Copyright (c) 2007 Colony Project
2
 * Copyright (c) 2011 Colony Project
3 3
 * 
4 4
 * Permission is hereby granted, free of charge, to any person
5 5
 * obtaining a copy of this software and associated documentation
......
21 21
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22 22
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 23
 * OTHER DEALINGS IN THE SOFTWARE.
24
 **/
25

  
24
 */
26 25

  
27 26
/**
28 27
 * @file sonar.h
......
32 31
 * sonar
33 32
 *
34 33
 * @author Colony Project, CMU Robotics Club
34
 * @author Alex Zirbel
35 35
 **/
36 36

  
37 37
#ifndef _SONAR_H_
......
44 44
void sonar_module_init(void);
45 45

  
46 46
/** @brief Read raw sonar data from the sonar module. Takes stepper
47
** position and sensor to read **/
47
 * position and sensor to read **/
48 48
int sonar_read_raw(int direction, int sensor);
49 49

  
50 50
/** @brief Wrapper for reading sonar data (angle in degrees and distance in
51
** cm) **/
51
 * cm) **/
52 52
int sonar_read(int direction);
53 53

  
54 54
/** @brief Subscribe function to sonar topic **/

Also available in: Unified diff