Rev 2167 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2167 | Rev 2172 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _SBUS_H |
1 | #ifndef _SBUS_H |
2 | #define _SBUS_H |
2 | #define _SBUS_H |
Line 3... | Line 3... | ||
3 | 3 | ||
- | 4 | //#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
|
4 | #if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)) |
5 | |
5 | extern unsigned char NewSBusData, sBusBuffer[25]; |
6 | extern unsigned char NewSBusData, sBusBuffer[25]; |
6 | extern void SbusParser(unsigned char); |
7 | extern void SbusParser(unsigned char); |
7 | extern void SbusUartInit(void); |
8 | extern void SbusUartInit(void); |
Line 8... | Line 9... | ||
8 | extern void ProcessSBus(void); |
9 | extern void ProcessSBus(void); |
- | 10 | ||
9 | 11 | //#endif |