Jump to content

CAL Components: Difference between revisions

From Flowcode Help
ReeceL (talk | contribs)
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..."
 
ReeceL (talk | contribs)
No edit summary
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.