Project

General

Profile

Revision 82

Added by Chris Mar over 16 years ago

merged lib_additions

View differences:

dragonfly_lib.h
42 42

  
43 43
/** @brief Initialize the board **/
44 44
void dragonfly_init(int config);
45
/** @brief Reset the robot **/
46
void reset(void);
47 45

  
48 46
/** @} **/ //end addtogroup
49 47

  
......
65 63
#include <buzzer.h>
66 64
#include <rangefinder.h>
67 65
#include <bom.h>
68
#include <move.h>
66
#include <move.h>
67
#include <reset.h>
68
#include <math.h>
69 69

  
70 70
#endif
71 71

  

Also available in: Unified diff