Несколько новых фич #11

Closed
klassents wants to merge 153 commits from dev into v0.5.0
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");