Jump to content

Exercise - Using Component Macros: Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 2: Line 2:
They take all the effort out of using these components.
They take all the effort out of using these components.
This exercise uses them to control a particularly complicated, but very common device, the Liquid Crystal Display (LCD).
This exercise uses them to control a particularly complicated, but very common device, the Liquid Crystal Display (LCD).
It uses it to display the elapsed time, once a switch has been pressed
The program 'knows' when you have added a component to the System or Dashboard panel.
The program 'knows' when you have added a component to the System or Dashboard panel.

Revision as of 14:35, 20 June 2013

Component macros are sections of code that have been written to support the components included with Flowcode 6.
They take all the effort out of using these components. This exercise uses them to control a particularly complicated, but very common device, the Liquid Crystal Display (LCD). It uses it to display the elapsed time, once a switch has been pressed


The program 'knows' when you have added a component to the System or Dashboard panel.