Difference between revisions of "CAL - I2C"

From Flowcode Help
Jump to navigationJump to search
m (ReeceL moved page What Is an I2C? to CAL - I2C without leaving a redirect)
Line 1: Line 1:
 +
<sidebar>Sidebar: Advanced Features - CAL</sidebar>
 
The I2C CAL component provides I2C (Inter-Integrated Circuit Bus) functionality by either interfacing with a microcontroller peripheral feature or by using the I/O pins of the microcontroller driven in software mode.
 
The I2C CAL component provides I2C (Inter-Integrated Circuit Bus) functionality by either interfacing with a microcontroller peripheral feature or by using the I/O pins of the microcontroller driven in software mode.
  
 
I2C is a two-wire, clock and data based, serial data communication bus that is particularly directed towards interfacing a micro-controller to other hardware peripherals such as non-volatile memory, Real Time Clock and other sensory devices such as Accelerometers, Magnetometers and Temperature sensors.
 
I2C is a two-wire, clock and data based, serial data communication bus that is particularly directed towards interfacing a micro-controller to other hardware peripherals such as non-volatile memory, Real Time Clock and other sensory devices such as Accelerometers, Magnetometers and Temperature sensors.

Revision as of 11:23, 29 July 2013

<sidebar>Sidebar: Advanced Features - CAL</sidebar> The I2C CAL component provides I2C (Inter-Integrated Circuit Bus) functionality by either interfacing with a microcontroller peripheral feature or by using the I/O pins of the microcontroller driven in software mode.

I2C is a two-wire, clock and data based, serial data communication bus that is particularly directed towards interfacing a micro-controller to other hardware peripherals such as non-volatile memory, Real Time Clock and other sensory devices such as Accelerometers, Magnetometers and Temperature sensors.