Subversion Repositories FlightCtrl

Rev

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

Rev Author Line No. Line
1180 killagreg 1
#ifndef _SPECTRUM_H
2
#define _SPECTRUM_H
1201 killagreg 3
 
4
#include <inttypes.h>
5
 
6
#define USART1_BAUD 115200
7
// this function should be called within the UART RX ISR
8
extern void spectrum_parser(uint8_t c);
9
 
10
#endif //_SPECTRUM_H