mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-19 09:05:48 -04:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef _iic_twl_
|
|
#define _iic_twl_
|
|
|
|
void IIC_twl_Init( void );
|
|
void IIC_twl_Stop( void );
|
|
|
|
#endif
|