mikroElektronika PIC Microcontrollers PIC12 User Manual page 264

Mikroc user's manual
Table of Contents

Advertisement

mikroC - C Compiler for Microchip PIC microcontrollers
Soft_I2C_Write
Prototype
char Soft_I2C_Write(char data);
Returns
Returns 0 if there were no errors.
Description
Sends data byte (parameter
Requires
START signal needs to be issued in order to use this function. See
Example
Soft_I2C_Write(0xA3);
Soft_I2C_Stop
Prototype
void Soft_I2C_Stop(void);
Description
Issues STOP signal.
Requires
START signal needs to be issued in order to use this function. See
Example
Soft_I2C_Stop();
page
256
) via I²C bus.
data
MikroElektronika: Development tools - Books - Compilers
mikroC
making it simple...
.
Soft_I2C_Start
.
Soft_I2C_Start

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents