Subversion Repositories FlightCtrl

Rev

Rev 366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 366 Rev 371
Line 24... Line 24...
24
}MM3_calib_struct;
24
}MM3_calib_struct;
Line 25... Line 25...
25
 
25
 
26
extern MM3_working_struct MM3;
26
extern MM3_working_struct MM3;
Line 27... Line 27...
27
extern MM3_calib_struct MM3_calib;
27
extern MM3_calib_struct MM3_calib;
28
 
28
 
29
void MM3_init(void);
29
void init_MM3(void);
30
void MM3_timer0(void);
30
void timer0_MM3(void);
Line 31... Line 31...
31
void calib_MM3(void);
31
void calib_MM3(void);
Line 32... Line 32...
32
signed int MM3_heading(void);
32
signed int heading_MM3(void);
33
 
33