Rev 2012 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2012 | holgerb | 1 | #ifndef _SBUS_H |
2 | #define _SBUS_H |
||
3 | |||
4 | #if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
||
5 | extern unsigned char NewSBusData, sBusBuffer[25]; |
||
6 | extern void SbusParser(unsigned char); |
||
7 | extern void SbusUartInit(void); |
||
8 | extern void ProcessSBus(void); |
||
9 | |||
10 | #endif |
||
11 | #endif |