mido_ameer
Newbie level 6
- Joined
- Jun 17, 2009
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Cairo
- Activity points
- 1,352
Guys, It took me years searching for the mikroC code which controls something using temperature and display it on LCD.
I am using PIC16F877A and DS18B20 to make a fridge controller, so I need the +ve and -ve temperature range
I used the ready library provided in mikroC with no luck
I want to : understand the C++ program.
provide me with the code, with detailed comments in the .c file, as I don't know anything about the C++ language, specially dealing with variables, pointers and converting numbers.
specify which variable is the real temperature that I will use with an IF argument to control some O/P ON and OFF
I am using PIC16F877A and DS18B20 to make a fridge controller, so I need the +ve and -ve temperature range
I used the ready library provided in mikroC with no luck
I want to : understand the C++ program.
provide me with the code, with detailed comments in the .c file, as I don't know anything about the C++ language, specially dealing with variables, pointers and converting numbers.
specify which variable is the real temperature that I will use with an IF argument to control some O/P ON and OFF