Difference between revisions of "Adding Finishing Touches"

From Flowcode Help
Jump to navigationJump to search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
Finishing off a project by adding comments to the flowchart for others to understand, as well as to save and/or print flowcharts to present to others as well as compiling the program.
+
Finishing off a project by adding comments to the flowchart for others to understand, as well as to saving and/or printing flowcharts to present to others, and even compiling the program to run on hardware to demonstrate the program in action.
{| class="wikitable" style="width: 60%;"
+
 
! colspan="2" | [[Exercise - Documenting a Flowchart]]
+
{| class="wikitable" style="width:70%; margin:auto; text-align:center;"
 +
|-
 +
! colspan="2" | [[Exercise - Transferring a Program to the Microcontroller]]
 +
|-
 +
| width="40%" align="center" | [[Specifying a Target Chip]]
 +
| width="60%" |Recap on choosing a chip for the flowchart to target
 
|-
 
|-
| width="40%" | [[Adding Comments to a Flowchart]]
+
| width="40%" align="center" | [[Configuring the Chip]]
| width="60%" |How to add comments to a flowchart and why.
+
| width="60%" |Information and details of configuring the target chip
 
|-
 
|-
| width="40%" | [[Saving Images in Flowcode]]
+
| width="40%" align="center" | [[Compiling a Flowchart to a Chip]]
| width="60%" |Saving a flowchart or panel image in Flowcode
+
| width="60%" |Instructions, information and options for compiling to a chip
 
|-
 
|-
| width="40%" | [[Printing Flowcharts]]
+
| width="40%" align="center" | '''[[Managing Compiler Options]]'''
| width="60%" |How to print a flowchart with or without print preview
+
| width="60%" |'''Information and details about configuring compiler options'''
 
|-
 
|-
! colspan="2" | [[Exercise - Compile a Simple Flowchart and Program a Microcontroller]] - Shorten Title?
+
| width="40%" align="center" | [[Supporting Third Party Programming Tools]]
 +
| width="60%" |Information about support for third party programming tools
 
|-
 
|-
| width="40%" | [[Specifying a Target Chip]]
+
| width="40%" align="center" | [[Viewing Code Output]]
| width="60%" |Recap on choosing a chip for the flowchart to target
+
| width="60%" |How to view code output as C Code, ASM Code or externally
 
|-
 
|-
| width="40%" | [[Configuring the Chip]]
+
| width="40%" align="center" | [[Component Help Files]]
| width="60%" |Information for configuring the target chip
+
| width="60%" |Information for specific components and how to access it
 
|-
 
|-
| width="40%" | [[Compiling a Flowchart to a Chip]]
+
| width="40%" align="center" | [[Component Properties]]
| width="60%" |Instructions, information and options for compiling to a chip
+
| width="60%" |How to access and alter different component properties
 
|-
 
|-
| width="40%" | [[Managing Compiler Options]]
+
| width="40%" align="center" | [[Replacing a Component]]
| width="60%" |Information about compiler options
+
| width="60%" |Replacing a component on the Dashboard or System Panel
 
|-
 
|-
| width="40%" | [[Selecting Compiler Options (PICmicro)]]
+
! colspan="2" | [[Exercise - Documenting a Flowchart]]
| width="60%" |Detailed information about specific PICmicro compiler options
 
 
|-
 
|-
| width="40%" | [[Selecting Compiler Options (dsPIC/PIC24)]]
+
| width="40%" align="center" | [[Adding Comments to a Flowchart]]
| width="60%" |Detailed information about specific dsPIC/PIC24 compiler options
+
| width="60%" |How to add comments to a flowchart with examples and details
 
|-
 
|-
| width="40%" | [[Selecting Compiler Options (AVR)]]
+
| width="40%" align="center" | [[Saving Images in Flowcode]]
| width="60%" |Detailed information about specific AVR compiler options
+
| width="60%" |Saving a flowchart, system panel or dashboard panel image
 
|-
 
|-
| width="40%" | [[Selecting Compiler Options (ARM)]]
+
| width="40%" align="center" | [[Printing Flowcharts]]
| width="60%" |Detailed information about specific ARM compiler options
+
| width="60%" |Printing a flowchart using different methods and techniques
 
|-
 
|-
| width="40%" | [[Supporting Third Party Programming Tools]]
+
| width="40%" align="center" | [[Auto Documentation]]
| width="60%" |Information about support for third party programming tools
+
| width="60%" | Information regarding auto-generated documentation on the wiki
 
|-
 
|-
| width="40%" | [[Viewing Code Output]]
+
| width="40%" align="center" | [[Reporting a Bug]]
| width="60%" |How to view code output as C Code, ASM Code or externally
+
| width="60%" | How to report a bug in Flowcode and how it is beneficial
 
|}
 
|}

Latest revision as of 13:50, 19 September 2013

<sidebar>Sidebar: Flowcode Help Overview</sidebar> Finishing off a project by adding comments to the flowchart for others to understand, as well as to saving and/or printing flowcharts to present to others, and even compiling the program to run on hardware to demonstrate the program in action.

Exercise - Transferring a Program to the Microcontroller
Specifying a Target Chip Recap on choosing a chip for the flowchart to target
Configuring the Chip Information and details of configuring the target chip
Compiling a Flowchart to a Chip Instructions, information and options for compiling to a chip
Managing Compiler Options Information and details about configuring compiler options
Supporting Third Party Programming Tools Information about support for third party programming tools
Viewing Code Output How to view code output as C Code, ASM Code or externally
Component Help Files Information for specific components and how to access it
Component Properties How to access and alter different component properties
Replacing a Component Replacing a component on the Dashboard or System Panel
Exercise - Documenting a Flowchart
Adding Comments to a Flowchart How to add comments to a flowchart with examples and details
Saving Images in Flowcode Saving a flowchart, system panel or dashboard panel image
Printing Flowcharts Printing a flowchart using different methods and techniques
Auto Documentation Information regarding auto-generated documentation on the wiki
Reporting a Bug How to report a bug in Flowcode and how it is beneficial