Subversion Repositories FlightCtrl

Rev

Rev 2035 | Rev 2048 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2039 - 1
#ifndef _NAVICONTROL_H
2
#define _NAVICONTROL_H
3
 
4
#include<inttypes.h>
5
 
6
void navi_setNeutral(void);
7
void navigation_periodicTask(int16_t* naviSticks);
8
 
9
#endif