Subversion Repositories NaviCtrl

Rev

Rev 254 | Rev 292 | Go to most recent revision | 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_UpdateCompass(void);

#endif // __NCMAG_H