Subversion Repositories FlightCtrl

Rev

Rev 341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 341 Rev 342
Line 16... Line 16...
16
}MM3_struct;
16
}MM3_struct;
Line 17... Line 17...
17
 
17
 
18
extern MM3_struct MM3;
18
extern MM3_struct MM3;
Line 19... Line 19...
19
extern int8_t X_off, Y_off, Z_off;     
19
extern int8_t X_off, Y_off, Z_off;     
20
 
20
 
21
void init_MM3(void);
21
void MM3_init(void);
22
void MM3_timer0(void);
22
void MM3_timer0(void);
Line 23... Line 23...
23
void MM3_calib(void);
23
void MM3_calib(void);