temp
Examples:
1) This example
shows project of compiling
boot loader program.
click
here
to download project bootloader with AVR-MT-128 board.
click
here
to download project bootloader with stamp board.
2) This
example shows 2
temperature
sensors DS18s20 (DS1820) connected to
AVR–
MT -128 development
board. ( on
PA7 )
1. Is search algorithm to read ROM
code for each sensor.

click
here
to download project.
2. Is reading
temperature
from each sensor .
ROM code sequence allows the bus
master to address a specific
slave device on single bus.

click
here
to download project.
3)
This is example using floating numbers:
x = 0.3656;
y = 0.2532;
num =
9.232*x/8+(5.32*x+(2.3*y*(2.32+x*(2.32+5.3232*(2.32+y)+2.252)*0.232)));
click on image too see num result calculated.
click
here
to download project.
4) This is
example reading Temperature from DS1820 temperature chip and displaying
on LCD.
click on image too see temperature
measured.
click
here
to download project.
5)
This
example is using Timer/Counter0 Overflow interrupt routine call.
Timer is running and each time it overflows it calls interrupt
routine.
click
here
to download project.
click
here
to download
video
showing behavior of output on LCD and led.

6) This example using ADC to read voltage from PF0 constituently and display it on LCD in floating number.
click
here
to download project.