Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 261 → Rev 262

/tags/V0.22a/ncmag.h
0,0 → 1,12
#ifndef __NCMAG_H
#define __NCMAG_H
 
#include "compass.h"
 
extern s16vec_t ACC_Vector;
 
u8 NCMAG_Init(void);
void NCMAG_UpdateCompass(void);
 
#endif // __NCMAG_H