/* 
 * File:   I2CMasterIT.h
 * Author: JM
 *
 * Created on 28 décembre 2023, 17:13
 */

#ifndef I2CMASTERIT_H
#define	I2CMASTERIT_H

#ifdef	__cplusplus
extern "C" {
#endif




#ifdef	__cplusplus
}
#endif

#endif	/* I2CMASTER_H */



#define AddSlaveI2cNec  0x50



unsigned char LecNecI2c(unsigned char * Table);//retoune FF si OK, 0 sinon
