Subversion Repositories FlightCtrl

Rev

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

Rev 1461 Rev 1475
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 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
extern uint8_t I2C_timeout;
4
extern volatile uint8_t I2C_timeout;
Line 5... Line 5...
5
 
5
 
6
extern void i2c_init(uint8_t adr);
6
extern void i2c_init(uint8_t adr);