Difference between revisions of "Adding Finishing Touches"

From Flowcode Help
Jump to navigationJump to search
Line 5: Line 5:
 
|-
 
|-
 
| width="40%" | [[Adding Comments to a Flowchart]]
 
| width="40%" | [[Adding Comments to a Flowchart]]
| width="60%" | How to add comments to a flowchart and why.
+
| width="60%" |How to add comments to a flowchart and why.
 
|-
 
|-
 
| width="40%" | [[Saving Images in Flowcode]]
 
| width="40%" | [[Saving Images in Flowcode]]
| width="60%" | Saving a flowchart or panel image in Flowcode  
+
| width="60%" |Saving a flowchart or panel image in Flowcode  
 
|-
 
|-
 
| width="40%" | [[Printing Flowcharts]]
 
| width="40%" | [[Printing Flowcharts]]
| width="60%" |  
+
| width="60%" |How to print a flowchart with or without print preview
 
|-
 
|-
 
! colspan="2" | [[Exercise - Compile a Simple Flowchart and Program a Microcontroller]] - Shorten Title?
 
! colspan="2" | [[Exercise - Compile a Simple Flowchart and Program a Microcontroller]] - Shorten Title?
 
|-
 
|-
 
| width="40%" | [[Specifying a Target Chip]]
 
| width="40%" | [[Specifying a Target Chip]]
| width="60%" |  
+
| width="60%" |Recap on choosing a chip for the flowchart to target
 
|-
 
|-
 
| width="40%" | [[Configuring the Chip]]
 
| width="40%" | [[Configuring the Chip]]
| width="60%" |  
+
| width="60%" |Information for configuring the target chip
 
|-
 
|-
 
| width="40%" | [[Compiling a Flowchart to a Chip]]
 
| width="40%" | [[Compiling a Flowchart to a Chip]]
| width="60%" |  
+
| width="60%" |Instructions, information and options for compiling to a chip
 
|-
 
|-
 
| width="40%" | [[Managing Compiler Options]]
 
| width="40%" | [[Managing Compiler Options]]
| width="60%" |  
+
| width="60%" |Information about compiler options
 
|-
 
|-
 
| width="40%" | [[Selecting Compiler Options (PICmicro)]]
 
| width="40%" | [[Selecting Compiler Options (PICmicro)]]
| width="60%" |  
+
| width="60%" |Detailed information about specific PICmicro compiler options
 
|-
 
|-
 
| width="40%" | [[Selecting Compiler Options (dsPIC/PIC24)]]
 
| width="40%" | [[Selecting Compiler Options (dsPIC/PIC24)]]
| width="60%" |  
+
| width="60%" |Detailed information about specific dsPIC/PIC24 compiler options
 
|-
 
|-
 
| width="40%" | [[Selecting Compiler Options (AVR)]]
 
| width="40%" | [[Selecting Compiler Options (AVR)]]
| width="60%" |  
+
| width="60%" |Detailed information about specific AVR compiler options
 
|-
 
|-
 
| width="40%" | [[Selecting Compiler Options (ARM)]]
 
| width="40%" | [[Selecting Compiler Options (ARM)]]
| width="60%" |  
+
| width="60%" |Detailed information about specific ARM compiler options
 
|-
 
|-
 
| width="40%" | [[Supporting Third Party Programming Tools]]
 
| width="40%" | [[Supporting Third Party Programming Tools]]
| width="60%" |  
+
| width="60%" |Information about support for third party programming tools
 
|-
 
|-
 
| width="40%" | [[Viewing Code Output]]
 
| width="40%" | [[Viewing Code Output]]
| width="60%" |  
+
| width="60%" |How to view code output as C Code, ASM Code or externally
 
|}
 
|}

Revision as of 12:03, 8 July 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 save and/or print flowcharts to present to others as well as compiling the program.

Exercise - Documenting a Flowchart
Adding Comments to a Flowchart How to add comments to a flowchart and why.
Saving Images in Flowcode Saving a flowchart or panel image in Flowcode
Printing Flowcharts How to print a flowchart with or without print preview
Exercise - Compile a Simple Flowchart and Program a Microcontroller - Shorten Title?
Specifying a Target Chip Recap on choosing a chip for the flowchart to target
Configuring the Chip Information for configuring the target chip
Compiling a Flowchart to a Chip Instructions, information and options for compiling to a chip
Managing Compiler Options Information about compiler options
Selecting Compiler Options (PICmicro) Detailed information about specific PICmicro compiler options
Selecting Compiler Options (dsPIC/PIC24) Detailed information about specific dsPIC/PIC24 compiler options
Selecting Compiler Options (AVR) Detailed information about specific AVR compiler options
Selecting Compiler Options (ARM) Detailed information about specific ARM 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