/******************************** I2C PART **************************/
void I2C_start(void)
{
SDA=1;
SCL=1;
SDA=0;
SCL=0;
{
SDA=1;
SCL=1;
SDA=0;
SCL=0;
}
/***********************************************************************/
void I2C_stop(void)
{
SCL=0;
SDA=0;
SCL=1;
SDA=1;
}
/***********************************************************************/
void I2C_send_ack(void)
{
SDA=0;
SCL=1;
SCL=0;
SDA=1;
void I2C_stop(void)
{
SCL=0;
SDA=0;
SCL=1;
SDA=1;
}
/***********************************************************************/
void I2C_send_ack(void)
{
SDA=0;
SCL=1;
SCL=0;
SDA=1;





