User manual

mikroC PRO for dsPIC
MikroElektronika
477
Soft_I2C_Stop
Prototype
void Soft_I2C_Stop();
Description Issues STOP signal.
Parameters None.
Returns Nothing.
Requires Soft I²C must be congured before using this function. See Soft_I2C_Init routine.
Example
// Issue STOP signal
Soft_I2C_Stop();
Notes None