Subversion Repositories FlightCtrl

Rev

Rev 1180 | Blame | Last modification | View Log | RSS feed

#ifndef _SPECTRUM_H
#define _SPECTRUM_H

#include <inttypes.h>

#define USART1_BAUD 115200
// this function should be called within the UART RX ISR
extern void spectrum_parser(uint8_t c);

#endif //_SPECTRUM_H