mokashiswapnil
Newbie level 3
- Joined
- Feb 12, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,303
Hi ,this is my mikroc code.I am not getting temp value on lcd .
float y,rtdr,temp;
char opr[30];
y = 0.15274- (rtdr-100.0)*2310.0e-7;
if(y>= 0)
y= sqrt;
temp = (y-0.39083)/(-0.0001155) ;
FloatToStr(temp,opr);
Lcd_Out(1,1,lcd);
i am not getting value of y also value of temp.
float y,rtdr,temp;
char opr[30];
y = 0.15274- (rtdr-100.0)*2310.0e-7;
if(y>= 0)
y= sqrt;
temp = (y-0.39083)/(-0.0001155) ;
FloatToStr(temp,opr);
Lcd_Out(1,1,lcd);
i am not getting value of y also value of temp.