Subversion Repositories NaviCtrl

Rev

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

Rev 267 Rev 292
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;
-
 
8
 
7
 
9
u8 NCMAG_Init(void);
8
u8 NCMAG_Init(void);
10
void NCMAG_UpdateCompass(void);
9
void NCMAG_Update(void);
11
 
10
 
12
#endif // __NCMAG_H
11
#endif // __NCMAG_H
13
 
12
 
14
 
13