Subversion Repositories NaviCtrl

Rev

Rev 339 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#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