mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-06-18 16:45:33 -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
|