Difference between revisions of "CAL Components"

From Flowcode Help
Jump to navigationJump to search
(Created page with "The CAL (Code Abstraction Layer) components are designed to simplify the creation of controller programs or other related components. They encapsulate the internal functionali...")
 
Line 1: Line 1:
 +
<sidebar>Sidebar: Advanced Features</sidebar>
 
The CAL (Code Abstraction Layer) components are designed to simplify the creation of controller programs or other related components.
 
The CAL (Code Abstraction Layer) components are designed to simplify the creation of controller programs or other related components.
 
They encapsulate the internal functionality of the supported micro-controller device features.
 
They encapsulate the internal functionality of the supported micro-controller device features.
 
In this way your Flowcode program, or component, uses a consistent interface to the functionality irrespective of the actual target micro-controller device.
 
In this way your Flowcode program, or component, uses a consistent interface to the functionality irrespective of the actual target micro-controller device.

Revision as of 08:43, 13 August 2013

<sidebar>Sidebar: Advanced Features</sidebar> The CAL (Code Abstraction Layer) components are designed to simplify the creation of controller programs or other related components. They encapsulate the internal functionality of the supported micro-controller device features. In this way your Flowcode program, or component, uses a consistent interface to the functionality irrespective of the actual target micro-controller device.