| Line 17... |
Line 17... |
| 17 |
setup_timer_2(T2_DISABLED,0,1); |
17 |
setup_timer_2(T2_DISABLED,0,1); |
| 18 |
setup_ccp1(CCP_OFF); |
18 |
setup_ccp1(CCP_OFF); |
| 19 |
setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard |
19 |
setup_comparator(NC_NC_NC_NC);// This device COMP currently not supported by the PICWizard |
| 20 |
|
20 |
|
| 21 |
printf("Simple Thermomether \r\n",); |
21 |
printf("Simple Thermomether \r\n",); |
| - |
|
22 |
printf("(c) MLAB 2013 JACHO \r\n",); |
| 22 |
|
23 |
|
| 23 |
signed int8 MSB; |
24 |
signed int8 MSB; |
| 24 |
byte LSB; |
25 |
byte LSB; |
| 25 |
float t; |
26 |
float t; |
| 26 |
|
27 |
|