Below is the file 'stick.h' from this revision. You can also download the file.

/* stick.h */

#include "types.h"

extern bool armed;

extern unsigned int stick_counter;

void stick_input(void);
void stick_update(float x, float y, float omega_z);