Project

General

Profile

Revision 873

commented!

View differences:

homing.h
31 31
 *
32 32
 * @author Colony Project, CMU Robotics Club
33 33
 **/
34
 
34

  
35
#ifndef _HOMING_H
36
#define _HOMING_H
37

  
38
/**
39
 * @addtogroup homing
40
 * @{
41
 **/
42

  
43
/** @brief Sets up the beacons to be used. **/
35 44
void IR_init(void);
45
/** @brief Turns the beacons on. **/
36 46
void IR_on(void);
47
/** @brief Turns the beacons off. **/
37 48
void IR_off(void);
49

  
50
/** @} **/
51

  
52
#endif

Also available in: Unified diff