8 lines
78 B
C
8 lines
78 B
C
#ifndef TWI_H
|
|
#define TWI_H
|
|
|
|
void twiInit(void);
|
|
void twiAlert(void);
|
|
|
|
#endif
|