Pages

Showing posts with label Programs:Made easy. Show all posts
Showing posts with label Programs:Made easy. Show all posts

Sunday, 16 March 2014

INTRODUCTION to MICROCONTROLLER(AtMega32)

What is a Micro-controller?
Earlier, there was no Machine or component Which can function as a receive some input and transmit some output  by itself i.e. it will act like a human brain itself once it is initialized or instructed to do so.
First,We tried to make something that'll function the above way..

So,MICRO-CONTROLLER is a Electronic device,Which is considered to be the simplest Computer processor (Brain of the Computer). It  contains the following contents which make it highly Powerful  they are:

Friday, 7 March 2014

FIRST PROGRAME

First of all,

Why Programming!!!!!!!!!!!!!!

because we need to tell a machine what to do....

Programing:

makes machine do anything we want..

languages:


Machine level: Tedious and error prone .
Natural languages: Ambiguous and hard for computer to Understand.

So,We have to create some mediators

That's where high level programing languages come.
like C,C++,Java,Python etc....

But Languages like embedded C are somewhat different..
 Especially meant for  some dedicated Machines mainly processors..

Don't worry.......We are going to introduce you to 
Basic Programing as well as embedded Systems.. a lot easily