Arba Minch University

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

ARBA MINCH UNIVERSITY

INISTITUTE OF TECHNOLOGY

MICROCOMPUTER AND
INTERFACE PROJECT
OBJECTIVE

How to write a program to


simulate a decimal up counter
to display 00-99.
INTRODUCTION

WHAT IS COUNTER?
 Counter is a sequential logic circuit consisting a set of flip flops which can
go trough a sequence of states.
 THERE ARE TWO TYPES OF MODES
1. common anode : in common anode 1= off and 0 = on
2. common cathode: in common cathode 1 = on and 0= off
Arduino

 What is Arduino?
Arduino is an open source electronics platform based on easy to use
hardware and software.
 Why we use Arduino ?
- because it is cross-platformed. Means it is applicable in different
operating systems(Windows. Linux …)
- simple and clear programing environment. Meaning easy to use for
beginners and flexible enough for advanced users.
- in expensive compared to other micro controller platforms.
The Simulation code
The proteus configuration
THANK YOU

You might also like