|
|
@ -40,7 +40,7 @@ void DisinfectionApp::initialize() { |
|
|
|
***********************************************************************************************************************/ |
|
|
|
if (PORT::isPowerCtrlBoard() && (PORT::isLargeSpaceDM() || PORT::isSamllSpaceDM() || PORT::isPipeDM())) { |
|
|
|
LargeSpaceDmPowerCtrlBoardHal::HADC1_INIT(); |
|
|
|
heaterCtrler.initialize(PC7, &hadc1, ADC_CHANNEL_2, &hadc1, ADC_CHANNEL_4); |
|
|
|
heaterCtrler.initialize(PC7, &hadc1, ADC_CHANNEL_2, &hadc1, ADC_CHANNEL_9); |
|
|
|
} |
|
|
|
|
|
|
|
/***********************************************************************************************************************
|
|
|
|