Difference between revisions of "Exercise - Creating 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
 
(104 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The task is to produce a Flowcode flowchart that lights a lamp for ten seconds when a switch is pressed.<br />
+
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
Although it may not be realistic to use a microcontroller in such a straight-forward application, it illustrates the technique of producing a Flowcode program.<br />
 
The program itself may form part of a bigger program.
 
 
 
* Open Flowcode.
 
* On the Startup screen, click on 'New embedded project. (See [[Opening Flowcode]])
 

Latest revision as of 13:10, 25 April 2023

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