9 lines
98 B
C
9 lines
98 B
C
|
#ifndef I2C_PNS_H_
|
||
|
#define I2C_PNS_H_
|
||
|
|
||
|
|
||
|
void I2CInit_pns(void);
|
||
|
|
||
|
|
||
|
#endif /* I2C_PNS_H_ */
|