Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 838 | Rev 966 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | extern unsigned char motor; |
22 | extern unsigned char motor; |
23 | extern unsigned char motorread; |
23 | extern unsigned char motorread; |
24 | extern unsigned char motor_rx[8]; |
24 | extern unsigned char motor_rx[8]; |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | void i2c_reset(void); |
26 | void i2c_reset(void); |
27 | extern void i2c_init (void); // I2C initialisieren |
27 | extern void i2c_init (void); // I2C initialisieren |
28 | extern char i2c_start (void); // Start I2C |
28 | extern char i2c_start (void); // Start I2C |
29 | extern void i2c_stop (void); // Stop I2C |
29 | extern void i2c_stop (void); // Stop I2C |
30 | extern char i2c_write_byte (char byte); // 1 Byte schreiben |
30 | extern char i2c_write_byte (char byte); // 1 Byte schreiben |
Line 31... | Line 31... | ||
31 | extern void i2c_reset(void); |
31 | extern void i2c_reset(void); |