File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"content" : {
5
5
"metaDataVersion" : " 1.3.0" ,
6
6
"name" : " com.microchip.mcu8.mplabx.project.pic16f17146-cold-plate-mplab-mcc" ,
7
- "version" : " 1.0.1 " ,
7
+ "version" : " 1.0.2 " ,
8
8
"displayName" : " Intelligent Cooling Plate with PIC16F17146" ,
9
9
"projectName" : " pic16f17146-cold-plate-mplab-mcc" ,
10
10
"shortDescription" : " Control a Peltier device with a PIC16F17146 to regulate the temperature of a metal plate." ,
Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ Below is a list of the various possible errors that are continuously checked for
143
143
| PELTIER_GAIN_ERROR | 4 | The gain of the operational amplifier exceeds expected tolerance
144
144
| PELTIER_INT_OVERHEAT | 5 | Internal MCU temperature is too hot (70° ; C)|
145
145
| PELTIER_HEATSINK_OVERHEAT | 6 | Heat sink is too hot (80° ; C)|
146
- | PELTIER_SENSE_HOT_OPEN | 7 | Thermocouple for heat sink is disconnected |
147
- | PELTIER_SENSE_COLD_OPEN | 8 | Thermocouple for plate temp is disconnected |
146
+ | PELTIER_SENSE_HOT_OPEN | 7 | Thermistor for heat sink is disconnected |
147
+ | PELTIER_SENSE_COLD_OPEN | 8 | Thermistor for plate temp is disconnected |
148
148
| PELTIER_PLATE_TEMP_LIMIT | 9 | Cold plate is below safe temperature |
149
149
| PELTIER_EEPROM_WRITE_FAIL | 10 | Internal EEPROM written value does not match read value. |
150
150
You can’t perform that action at this time.
0 commit comments