Subversion Repositories NaviCtrl

Rev

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

Rev 470 Rev 472
Line 5... Line 5...
5
#include "i2c1.h"
5
#include "i2c1.h"
Line 6... Line 6...
6
 
6
 
7
extern s16vec_t ACC_Vector;
7
extern s16vec_t ACC_Vector;
Line -... Line 8...
-
 
8
extern volatile s16vec_t MagRawVector;
-
 
9
 
-
 
10
#define I2C_EXTERN_0    0
8
extern volatile s16vec_t MagRawVector;
11
#define I2C_INTERN_1    1
9
 
12
 
10
u8 NCMAG_Init(void);
13
u8 NCMAG_Init(void);
11
void NCMAG_Update(void);
14
void NCMAG_Update(void);
12
extern u8 NCMAG_Present;
-
 
-
 
15
extern u8 NCMAG_Present;
Line 13... Line 16...
13
extern u8 NCMAG_IsCalibrated;
16
extern u8 NCMAG_IsCalibrated;
14
 
17
extern u8 I2C_CompassPort;
Line 15... Line 18...
15
 
18