Difference between revisions of "Exercise - Expanding a Program"

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
 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<sidebar>Sidebar: Taking Flowcode Further</sidebar>
+
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
This exercise assumes you have created, tested and documented the program described in the exercise [[Exercise - Documenting a Flowchart|Documenting a Flowchart]].
 
 
 
Because you have documented the flowchart properly, you can easily and accurately change the program as you know exactly how the program functions and what process it goes through.
 
 
 
 
 
==Expanding the program==
 
Now that you have a fully functioning program which is properly documented both by display names of icons and detailed comments, you can manipulate this program integrate it into another system, or expand the program further and turn it into your own expanded system, and even turn it into a full application.
 

Latest revision as of 13:23, 25 April 2023

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