Subversion Repositories HomeAutomation

Rev

Rev 361 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. #ifndef SERIAL_H_
  2. #define SERIAL_H_
  3.  
  4. /*-----------------------------------------------------------------------------
  5.  * Defines
  6.  *---------------------------------------------------------------------------*/
  7. #define UART_RX_BUFFER_SIZE     SERIAL_RX_BUFFER_SIZE
  8. #define UART_TX_BUFFER_SIZE     SERIAL_TX_BUFFER_SIZE
  9.  
  10.  
  11. /*-----------------------------------------------------------------------------
  12.  * Public Function Prototypes
  13.  *---------------------------------------------------------------------------*/
  14. void Serial_Init(void);
  15.  
  16.  
  17. #endif /*SERIAL_H_*/
  18.