Subversion Repositories NaviCtrl

Rev

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

Rev 465 Rev 480
Line 62... Line 62...
62
 
62
 
63
//<o> UART2     <9600=> 9600 Baud <19200=> 19,2 kBaud <38400=> 38,4 kBaud <57600=> 57,6 kBaud <115200=> 115,2 kBaud     
63
//<o> UART2     <9600=> 9600 Baud <19200=> 19,2 kBaud <38400=> 38,4 kBaud <57600=> 57,6 kBaud <115200=> 115,2 kBaud     
Line 64... Line 64...
64
#define UART2_BAUD_RATE 57600           //Baud Rate for the serial interfaces
64
#define UART2_BAUD_RATE 57600           //Baud Rate for the serial interfaces
65
 
65
 
66
//<o> I2C-Bus1  <22000=> 20 kBit <50000=> 50 kBit <100000=> 100 kBit <200000=> 200 kBit <400000=> 400 kBit      
66
//<o> I2C-Bus1  <22000=> 20 kBit <50000=> 50 kBit <100000=> 100 kBit <200000=> 200 kBit <400000=> 400 kBit      
Line 67... Line 67...
67
#define I2C1_CLOCK 50000                        // Bit Rate for I2C
67
#define I2C1_CLOCK 50000                // Bit Rate for I2C
68
#define I2C0_CLOCK 50000                        // Bit Rate for I2C
68
#define I2C0_CLOCK 50000                // Bit Rate for I2C
Line 69... Line 69...
69
 
69