Subversion Repositories FlightCtrl

Rev

Rev 2039 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2039 Rev 2048
1
#ifndef _NAVICONTROL_H
1
#ifndef _NAVICONTROL_H
2
#define _NAVICONTROL_H
2
#define _NAVICONTROL_H
3
 
3
 
4
#include<inttypes.h>
4
#include<inttypes.h>
5
 
5
 
6
void navi_setNeutral(void);
6
void navi_setNeutral(void);
7
void navigation_periodicTask(int16_t* naviSticks);
7
void navigation_periodicTaskAndPRTY(int16_t* PRTY);
8
 
8
 
9
#endif
9
#endif
10
 
10