mostly compiling
This commit is contained in:
parent
161c68b48a
commit
874f5a5c07
20 changed files with 2955 additions and 7 deletions
|
|
@ -24,10 +24,14 @@
|
|||
#define slaveI2Caddress 0x30 /* Address in our terms - halved by later code */
|
||||
//#define myOtherI2Caddress 0x19
|
||||
|
||||
#ifdef I2C_SLAVE_ENABLE
|
||||
|
||||
I2CSlaveMsgCB twi2c_slave_message_process, catchError, clearAfterSend;
|
||||
|
||||
void twi2c_slave_init(void);
|
||||
|
||||
#endif
|
||||
|
||||
void twi2c_init(void);
|
||||
uint8_t twi2c_start(uint8_t address);
|
||||
uint8_t twi2c_write(uint8_t data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue