Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Set up the Flowchart

<^< A Binary Adder | Course Index | Create the Variables >^>

  1. Launch Flowcode. Start a new flowchart.
  2. This time we need to take notice of this dialogue box:
We need a PICmicro chip with at least three ports. Pull the slide bar down to find the 16F1937 PICmicro, Click on it to select it and then click on OK.
  1. Click and drag a Loop icon between the 'BEGIN' and 'END' boxes.
  2. Click and drag an Input icon and drop it in between the ends of the loop.
  3. Click and drag a second Input icon and drop it in between the ends of the loop.
  4. Click and drag an Output icon and drop it just below the 'Input' boxes.
  5. Click and drag a Calculation icon, and place it in between the second Input icon and the Output icon.
  6. Your flowchart should now look like this:

<^< A Binary Adder | Course index | Create the Variables >^>

Print - Search - Login

Page last modified on May 07, 2013, at 07:38 AM