Subversion Repositories NaviCtrl

Rev

Rev 78 | Rev 110 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 79
Line 455... Line 455...
455
        // test on busy flag and clear it 
455
        // test on busy flag and clear it
456
        I2C_CheckEvent( I2C1, I2C_FLAG_BUSY );
456
        I2C_CheckEvent( I2C1, I2C_FLAG_BUSY );
457
        // initiale start condition on the bus 
457
        // initiale start condition on the bus
458
        I2C_GenerateStart(I2C1, ENABLE);
458
        I2C_GenerateStart(I2C1, ENABLE);
459
        // to be continued in the I2C1_IRQHandler() above
459
        // to be continued in the I2C1_IRQHandler() above
460
 
-
 
461
       
-
 
462
   
-
 
463
}
460
}
Line 464... Line 461...
464
 
461
 
465
//----------------------------------------------------------------
462
//----------------------------------------------------------------
466
void I2C1_GetMK3MagVersion(void)
463
void I2C1_GetMK3MagVersion(void)