Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 392 → Rev 393

/tags/V0.28i/ncmag.h
0,0 → 1,14
#ifndef __NCMAG_H
#define __NCMAG_H
 
#include "compass.h"
 
extern s16vec_t ACC_Vector;
extern volatile s16vec_t MagRawVector;
 
u8 NCMAG_Init(void);
void NCMAG_Update(void);
 
 
#endif // __NCMAG_H