PA3040
Advanced Member level 3
Dear All
Following code is for PIC16f877a I2C Start condition
Can I have the I2C start condition code for XMEGA128A1 MCU
Thanks in advance
Following code is for PIC16f877a I2C Start condition
Code:
void I2CStart(){
SEN = 1;
while(SEN);
}
Can I have the I2C start condition code for XMEGA128A1 MCU
Thanks in advance