7 lines
111 B
C
7 lines
111 B
C
#ifndef _USI_I2C_SLAVE_H_
|
|
#define _USI_I2C_SLAVE_H_
|
|
|
|
void usi_statemachine(void);
|
|
|
|
#endif // _USI_I2C_SLAVE_H_
|