solved laser current setup timing issue

This commit is contained in:
feda
2025-03-04 11:43:09 +03:00
parent 4162005fd4
commit b02e3a35b7
128 changed files with 27304 additions and 24438 deletions

View File

@ -228,6 +228,8 @@ void ADC_IRQHandler(void)
void TIM1_UP_TIM10_IRQHandler(void)
{
/* USER CODE BEGIN TIM1_UP_TIM10_IRQn 0 */
//HAL_GPIO_WritePin(GPIOG, GPIO_PIN_9, GPIO_PIN_SET); // set the current step laser current trigger
//HAL_GPIO_WritePin(GPIOG, GPIO_PIN_9, GPIO_PIN_RESET);
TO10++;
if (TO10 == TO10_counter)
TIM10_coflag = 1;