Subversion Repositories FlightCtrl

Rev

Rev 2052 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2048 - 1
#ifndef _COMPASS_H
2
#define _COMPASSRC_H
3
 
4
#include <inttypes.h>
5
 
6
extern int32_t magneticTargetHeading;
7
 
8
void CC_periodicTaskAndPRTY(int16_t* PRTY);
9
 
10
#endif