Jump to content

CAL - I2C: Difference between revisions

From Flowcode Help
LeighM (talk | contribs)
Created page with "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..."
 
ReeceL (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
<sidebar>Sidebar: Advanced Features</sidebar>
The [[Component: ID ed3a5141 43bb 43e0 86b0 2243fd1147ca|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.

Latest revision as of 14:06, 22 August 2013

<sidebar>Sidebar: Advanced Features</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.