Subversion Repositories NaviCtrl

Rev

Rev 292 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 292 Rev 339
1
#ifndef __NCMAG_H
1
#ifndef __NCMAG_H
2
#define __NCMAG_H
2
#define __NCMAG_H
3
 
3
 
4
#include "compass.h" 
4
#include "compass.h" 
5
 
5
 
6
extern s16vec_t ACC_Vector;
6
extern s16vec_t ACC_Vector;
-
 
7
extern volatile s16vec_t MagRawVector;
7
 
8
 
8
u8 NCMAG_Init(void);
9
u8 NCMAG_Init(void);
9
void NCMAG_Update(void);
10
void NCMAG_Update(void);
-
 
11
 
10
 
12
 
11
#endif // __NCMAG_H
13
#endif // __NCMAG_H
12
 
14
 
13
 
15