eCircuit  Center 
EE Design Series - DVM 1

About SPICE | SPICE Basics | Running SPICE | CIRCUIT COLLECTION
SPICE Commands | SPICE Downloads | About | Contact | Home

Software Design

 

pic

INTRO

The Software Design follows a similar path as the Hardware Design. Although this series is HW focused, we'll walk through a lite version of the SW Design.

 

Back to Design Series
 

REQUIREMENTS

FUNCTIONS

FEATURES

STRATEGY

DESIGN

FLOW CHART

To assist our coding, let's chart a possible flow for both following the structure and implementing the functions! The best practive here is grabbing a pencil and paper to create a few options.

The code for the Digital Voltmeter for this series is fairly straightforward. One possibility appears below

pic

 

NEXT UP

We are now ready to code the Initial Test of our meter.

Back to Design Series