Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / autonomous_recharging / dragonfly / departing.h @ 138

History | View | Annotate | Download (406 Bytes)

1
/**
2
 * @file departing.h Departing
3
 * 
4
 * Functions for leaving the charging station after charging
5
 * is complete, or if we are ejected by the station.
6
 **/
7

    
8
/**
9
 * @defgroup departing Departing
10
 *
11
 * @brief Leaving the charging station
12
 *
13
 * Functions for leaving the charging station.
14
 *
15
 * @{
16
 **/
17

    
18
/** @brief Leave the charging station **/
19
int depart_station(void);
20

    
21
/** @} **/
22