v0.5.0 #18

Closed
klassents wants to merge 309 commits from v0.5.0 into main
Showing only changes of commit 30715cb3d5 - Show all commits

View File

@ -73,6 +73,7 @@ uint32_t analogRead(uint32_t PinNumber)
// extra least significant bits read from the ADC are discarded
value = (value >> (MCU_ADC_RESOLUTION - currentResolution));
}
additionalPinsDeinit(PinNumber);
}
else
ErrorMsgHandler("analogRead(): invalid analog pin number");