Hello
More dumb questions.
First, If i create a constant mice CON 3 where is that stored? Is it in eprom, ram, or flash program space. I assume it is stored in the flash program memory.
Second, if that constant is stored in the flash program memory then in theory I could make constants untill the device flash program memory is full.
What I am trying to do is make a look up table to read a thermistor. Yes I know use a lm34 or lm35 temp sensor. I've done that and they are awesome, but I am looking for cheap and not real accurate.
I have a chart made for a 10K thermistor that shows what adc value correlates to what temp. I have a 1024 different values and I am trying to figure out if a lookup table would work.
Third, if your still reading. How do I create a table in PBP? The book is pretty short and I can not find a darn thing in the forum.
Thanks
Nick