Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2169 | - | 1 | #ifndef _SBUS_H |
2 | #define _SBUS_H |
||
3 | |||
4 | //#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
||
5 | |||
6 | extern unsigned char NewSBusData, sBusBuffer[25]; |
||
7 | extern void SbusParser(unsigned char); |
||
8 | extern void SbusUartInit(void); |
||
9 | extern void ProcessSBus(void); |
||
10 | |||
11 | //#endif |
||
12 | |||
13 | #endif |