Subversion Repositories FlightCtrl

Rev

Rev 1459 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1459 Rev 1461
Line 1... Line 1...
1
#ifndef _TWI_SLAVE_H_
1
#ifndef _TWI_SLAVE_H_
2
#define _TWI_SLAVE_H_
2
#define _TWI_SLAVE_H_
Line -... Line 3...
-
 
3
 
-
 
4
extern uint8_t I2C_timeout;
3
 
5
 
Line 4... Line 6...
4
extern void i2c_init(uint8_t adr);
6
extern void i2c_init(uint8_t adr);
5
 
7