Hey guyz .... im new here!!!Hepl me(coding) plzz

Thread Starter

Heshanhhh

Joined Nov 22, 2009
2
Hey guyzzz im in trouble ,ma project is this,
Develop a thermometer that shows the histogram of
the temperatures of last 12 hours.
(-You may use the LCD panel as the display.
-Current reading should be identified by blinking
the current reading.)
....................
my coding is working 100% and showing only Temperature in current , but i want to re-edit this as a shows the histogram of
the temperatures of last 12 hours.
...........................
any one can do this , please re-edit and pm me
 

Attachments

Markd77

Joined Sep 7, 2009
2,806
I'd recommend using an interrupt using timer0 and the prescaler to keep track of time because that won't require many changes to the code you already have. You also need an array to store the last 12 hours data. I'd recommend reading the section in the datasheet on INDF and FSR registers for how to use an array. After that displaying the bargraph should be easy.
 
Top