- Joined
- Sep 20, 2008
- Messages
- 17,635
- Points
- 113
It is a decision making machine...
You tell it what to do in a program and it follow those directions
line by line..
If for instance.. lets say you have a Push Button connected
to pin #1 of the MCU and an LED on ppin #4....
You could write a program that would say "wait for pin #1 to
go LOW (Button Press) then send a High signal to pin #4" (Turn
On LED)..
When you release the button the LED would go OFF because
the Program line is no longer True...
You can basically sense and control the outside world with a
Micro-Controller..
Jerry
You tell it what to do in a program and it follow those directions
line by line..
If for instance.. lets say you have a Push Button connected
to pin #1 of the MCU and an LED on ppin #4....
You could write a program that would say "wait for pin #1 to
go LOW (Button Press) then send a High signal to pin #4" (Turn
On LED)..
When you release the button the LED would go OFF because
the Program line is no longer True...
You can basically sense and control the outside world with a
Micro-Controller..
Jerry