Subversion Repositories NaviCtrl

Rev

Rev 189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 189 Rev 195
Line 57... Line 57...
57
#define UART1_BAUD_RATE 57600           //Baud Rate for the serial interfaces
57
#define UART1_BAUD_RATE 57600           //Baud Rate for the serial interfaces
Line 58... Line 58...
58
 
58
 
59
//<o> UART2     <9600=> 9600 Baud <19200=> 19,2 kBaud <38400=> 38,4 kBaud <57600=> 57,6 kBaud <115200=> 115,2 kBaud     
59
//<o> UART2     <9600=> 9600 Baud <19200=> 19,2 kBaud <38400=> 38,4 kBaud <57600=> 57,6 kBaud <115200=> 115,2 kBaud     
Line 60... Line 60...
60
#define UART2_BAUD_RATE 57600           //Baud Rate for the serial interfaces
60
#define UART2_BAUD_RATE 57600           //Baud Rate for the serial interfaces
61
 
61
 
Line 62... Line 62...
62
//<o> I2C-Bus1  <22000=> 22 kBit <50000=> 50 kBit <100000=> 100 kBit <200000=> 200 kBit <400000=> 400 kBit      
62
//<o> I2C-Bus1  <22000=> 20 kBit <50000=> 50 kBit <100000=> 100 kBit <200000=> 200 kBit <400000=> 400 kBit      
63
#define I2C1_CLOCK 22000                        // Bit Rate for I2C
63
#define I2C1_CLOCK 50000                        // Bit Rate for I2C
Line 64... Line 64...
64
 
64