Difference between revisions of "CAL Components"

From Flowcode Help
Jump to navigationJump to search
Line 6: Line 6:
  
 
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.
 +
 +
 +
==CAL Components==
 +
 +
*[[Component:_ID_e77a4e40_e0df_431a_98f8_7ae4d8ebfbeb|CAL ADC Component]]
 +
*[[Component:_ID_8a1cca2f_7df1_4b3a_b24b_ca575fe84348|CAL CAN Component]]
 +
*[[Component:_ID_18738948_277c_4ed2_8be0_becc616cb0b9|CAL EEPROM Component]]
 +
*[[Component:_ID_ed3a5141_43bb_43e0_86b0_2243fd1147ca|CAL I2C Component]]
 +
*[[Component:_ID_068080a0_b949_4a7e_b370_c45430e0c9de|CAL PWM Component]]
 +
*[[Component:_ID_c67171df_0ad6_4b11_8361_cfe14b072847|CAL SPI Component]]
 +
*[[Component:_ID_91b64b1d_b8b2_40f1_b073_e953a91fa234|CAL UART Component]]

Revision as of 17:17, 24 March 2014

<sidebar>Sidebar: Flowcode Help Overview:Components</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.


CAL Components