Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 683 → Rev 684

/branches/V0.68d Code Redesign killagreg/mymath.h
0,0 → 1,8
#ifndef _MYMATH_H
#define _MYMATH_H
 
extern int16_t c_sin_8192(int16_t angle);
extern int16_t c_cos_8192(int16_t angle);
extern int16_t c_atan2(signed int y, signed int x);
 
#endif // _MYMATH_H