Difference between revisions of "Exercise - Documenting a Flowchart"

From Flowcode Help
Jump to navigationJump to search
(Replaced content with "For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]")
Tag: Replaced
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<sidebar>Sidebar: Adding Finishing Touches</sidebar>
+
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
This exercise assumes that you have created the program described in exercises [[Exercise - Configuring Icons and Variables|Configuring Icons and Variables]] and [[Exercise - Adding Devices to a Program|Adding Devices to a Program]].<br />
 
Documenting the flowchart is essential in some projects, although we have properly labelled the icons, a few comment icons helps to further explain the program and the process in further detail to aid expansion and helps others understand the system.
 
 
 
 
 
__TOC__
 
 
 
 
 
==Load the Flowcode flowchart==
 
* Open the flowchart, called 'Lamp1.fcf' which you created in the exercise [[Exercise - Adding Devices to a Program|Adding Devices to a Program]].
 
:(For help with this, see the article [[Opening an Existing Flowchart]])
 
 
 
 
 
 
 
==Benefits of documenting your flowcharts==
 
 
 
Documenting your flowchart is very useful - it allows other users to understand your flowchart and allows them to learn and even add to your flowchart to help produce the final program and increase efficiency throughout the system.
 

Latest revision as of 13:21, 25 April 2023

For an excellent introduction guide, we recommend Introduction to microcontroller programming