Revision 198 trunk/bootloader/rs485_poll.h

rs485_poll.h (revision 198)
35 35
#define RS485_TX_OFF 0
36 36
#define RS485_TX_ON 1
37 37

  
38
/** 
39
 * @brief This is the value to pass into UBRR to set the baudrate.
40
 *  @note this assumes an 8MHz system clock
41
 */
42
#define BAUD9600    51
43

  
38 44
/** @brief RX Pin for the RS485 */
39 45
#define RX		_BV(PORTD0)
40 46
/** @brief TX Pin for the RS485 */

Also available in: Unified diff