Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2197 → Rev 2198

/branches/V0.76g_dk9nw_balancekopter/main.h
0,0 → 1,16
/*****************************************************************************************************************************
* File: main.h
* Purpose: header of main.c
*****************************************************************************************************************************/
#ifndef _MAIN_H
#define _MAIN_H
 
#include <stdio.h>
#include <stdlib.h>
#include <avr/io.h>
#include <avr/interrupt.h>
 
void loop2ms(void);
void init_ADC(void);
 
#endif //_MAIN_H