Knowledge Base
Applied PIC Micro Development

Basics: Working With Hardware

3min

When building your project, you will interface hardware elements with your project. These may be as simple as a push button which triggers an input to a more complicated or sophisticated element for example a device that needs a protocol or multiple IO lines to interface with it.

External hardware elements are intended to enhance the design to

Hardware Elements

The list of hardware elements that can be used in a project is extensive. The list below describing what can be achieved using hardware will provide the elementary information needed to build a project.

Digital Inputs

A digital input is one when the state changes from either high-low or low to high, and the change is used as the basis for triggering an action by the microcontroller.

DIP Switches

Digital Outputs

A digital output has two states either on or off. This is useful for turning equipment or indication lighting on and off.