Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1538 → Rev 1539

/branches/V0.76g_Code Redesign killagreg/spectrum.h
0,0 → 1,11
#ifndef _SPECTRUM_H
#define _SPECTRUM_H
 
#include <inttypes.h>
 
#define USART1_BAUD 115200
 
extern uint8_t SpektrumTimer;
// this function should be called within the UART RX ISR
extern void spectrum_parser(uint8_t c);
#endif //_SPECTRUM_H