Rev 1539 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1538 | killagreg | 1 | #ifndef _SPECTRUM_H |
2 | #define _SPECTRUM_H |
||
3 | |||
4 | #include <inttypes.h> |
||
5 | |||
6 | #define USART1_BAUD 115200 |
||
7 | |||
8 | extern uint8_t SpektrumTimer; |
||
9 | // this function should be called within the UART RX ISR |
||
10 | extern void spectrum_parser(uint8_t c); |
||
11 | #endif //_SPECTRUM_H |