Rev 1152 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1152 | Rev 1208 | ||
---|---|---|---|
Line 120... | Line 120... | ||
120 | break; |
120 | break; |
121 | } |
121 | } |
122 | break; |
122 | break; |
123 | case 5: //1 Byte vom Motor lesen |
123 | case 5: //1 Byte vom Motor lesen |
124 | motor_rx[motorread] = TWDR; |
124 | motor_rx[motorread] = TWDR; |
125 | - | ||
- | 125 | // break; // ??? |
|
126 | case 6: |
126 | case 6: |
127 | switch(motorread) |
127 | switch(motorread) |
128 | { |
128 | { |
129 | case 0: |
129 | case 0: |
130 | i2c_write_byte(Motor_Vorne); |
130 | i2c_write_byte(Motor_Vorne); |