adc progress, not yet done

This commit is contained in:
2020-10-31 23:50:11 +01:00
parent 9cf28e2099
commit 9ba1ce676b
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ void frontendDisable() {
}
void frontendAdcCallback(ADC_HandleTypeDef* hadc) {
// uint16_t rawValue = HAL_ADC_GetValue(hadc);
uint16_t rawValue = HAL_ADC_GetValue(hadc);
HAL_GPIO_TogglePin(Debug_Signal_GPIO_Port, Debug_Signal_Pin);
}