Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
A Binary AdderIn this section you can see how the PICmicro brain works by making a system that can add two numbers. The simplest way to input a binary number is to use a set of switches attached to the input port. We want to input two binary numbers, so we will need two sets of switches, and two input ports. We want to see the result of the calculation. For now, we will use a LED Array, connected to the output port, to show the result. We need a PICmicro chip with three ports! |